Commit 3437fe3e96edb8daf954656e4cdf1dd21cbeb1c2

Authored by taiyuan
1 parent b3ce365c

大转盘礼包兑换跳转到礼包详情页问题修改

packageB/pages/luckactivity/luckinfo/luckinfo.js
@@ -184,19 +184,12 @@ Page({ @@ -184,19 +184,12 @@ Page({
184 luck_state: 1 184 luck_state: 1
185 }, 185 },
186 success: function(res) { 186 success: function(res) {
187 - console.log('success~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~');  
188 if(res.data.code == 0) { 187 if(res.data.code == 0) {
189 - console.log('sssss++++++++++++++++++++++++++');  
190 self.setData({ 188 self.setData({
191 record: res.data.data.pageData, 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,7 +879,7 @@ Page({
886 break; 879 break;
887 }; 880 };
888 case 6: { 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 break; 883 break;
891 }; 884 };
892 }; 885 };