默认提交
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -96,7 +96,7 @@ Page({ | ... | @@ -96,7 +96,7 @@ Page({ |
96 | onRewardHandler(evt) { | 96 | onRewardHandler(evt) { |
97 | let curItem = getBindtapData(evt); | 97 | let curItem = getBindtapData(evt); |
98 | console.log("curItem:", curItem); | 98 | console.log("curItem:", curItem); |
99 | curItem.packet = "ONE_CENT"; | 99 | // curItem.packet = "ONE_CENT"; |
100 | app.post({ | 100 | app.post({ |
101 | url: app.api.wxPay, | 101 | url: app.api.wxPay, |
102 | data: curItem | 102 | data: curItem | ... | ... |
-
Please register or sign in to post a comment