|
|
@@ -304,8 +304,10 @@ Component({ |
|
|
|
}) |
|
|
|
app.globalData.getBuyState = {}; |
|
|
|
app.globalData.getBuyState.success = true; |
|
|
|
app.globalData.getBuyState.cdate = res.data.cdate; |
|
|
|
app.globalData.getBuyState.coupon_code = res.data.coupon_code; |
|
|
|
app.globalData.getBuyState.cdate = "2020-06-05"; |
|
|
|
app.globalData.getBuyState.coupon_code = "123456"; |
|
|
|
// app.globalData.getBuyState.cdate = res.data.cdate; |
|
|
|
// app.globalData.getBuyState.coupon_code = res.data.coupon_code; |
|
|
|
setTimeout(()=>{ |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/pages/rotaryDraw/rotaryDraw', |