ソースを参照

fix compile issue

tags/2.2.4
Stormeye.Wu 6年前
コミット
d0761ab5b3
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      pages/getphoneInfo/index.js

+ 1
- 2
pages/getphoneInfo/index.js ファイルの表示

@@ -34,8 +34,7 @@ Page({
icon: "success",
success: function(res) {
wx.redirectTo({
url: '/pages/coupon/detail/index?id='
+ that.data.couponChannelId + '&couponId='+ that.data.couponId +'&flag=pay",
url: '/pages/coupon/detail/index?id='+ that.data.couponChannelId + '&couponId='+ that.data.couponId +'&flag=pay'
})
}
})


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