ソースを参照

修改

master
suizhijia 5年前
コミット
a6ea1ca11f
1個のファイルの変更4行の追加2行の削除
  1. +4
    -2
      496_dongfengqichen/pages/orderActivity/orderActivity.js

+ 4
- 2
496_dongfengqichen/pages/orderActivity/orderActivity.js ファイルの表示

@@ -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',

読み込み中…
キャンセル
保存