Commit 3437fe3e96edb8daf954656e4cdf1dd21cbeb1c2
1 parent
b3ce365c
大转盘礼包兑换跳转到礼包详情页问题修改
Showing
1 changed file
with
2 additions
and
9 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.js
| ... | ... | @@ -184,19 +184,12 @@ Page({ |
| 184 | 184 | luck_state: 1 |
| 185 | 185 | }, |
| 186 | 186 | success: function(res) { |
| 187 | - console.log('success~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'); | |
| 188 | 187 | if(res.data.code == 0) { |
| 189 | - console.log('sssss++++++++++++++++++++++++++'); | |
| 190 | 188 | self.setData({ |
| 191 | 189 | record: res.data.data.pageData, |
| 192 | 190 | }); |
| 193 | - } else { | |
| 194 | - console.log('fail++++++++++++++++++++++++++'); | |
| 195 | - }; | |
| 191 | + } | |
| 196 | 192 | }, |
| 197 | - fail: function(res) { | |
| 198 | - console.log('fail~~~~~~~~~~~~~~~~~~', res); | |
| 199 | - } | |
| 200 | 193 | }); |
| 201 | 194 | |
| 202 | 195 | |
| ... | ... | @@ -886,7 +879,7 @@ Page({ |
| 886 | 879 | break; |
| 887 | 880 | }; |
| 888 | 881 | case 6: { |
| 889 | - url = `/pages/giftpack/giftpacklist/giftpacklist?orderSn=${ordersn}&lbId=${buyreceive_id}`; | |
| 882 | + url = `/pages/giftpack/giftpacklist/giftpacklist?isBuy=0&orderSn=${ordersn}&lbId=${buyreceive_id}`; | |
| 890 | 883 | break; |
| 891 | 884 | }; |
| 892 | 885 | }; | ... | ... |