浏览代码

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


正在加载...
取消
保存