瀏覽代碼

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'
})
}
})


Loading…
取消
儲存