| }) | }) | ||||
| app.globalData.getBuyState = {}; | app.globalData.getBuyState = {}; | ||||
| app.globalData.getBuyState.success = true; | 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(()=>{ | setTimeout(()=>{ | ||||
| wx.navigateTo({ | wx.navigateTo({ | ||||
| url: '/pages/rotaryDraw/rotaryDraw', | url: '/pages/rotaryDraw/rotaryDraw', |