diff --git a/pages/getphoneInfo/index.js b/pages/getphoneInfo/index.js index a410a3f..26c69e3 100755 --- a/pages/getphoneInfo/index.js +++ b/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' }) } })