Bläddra i källkod

fix compile issue

tags/2.2.4
Stormeye.Wu 6 år sedan
förälder
incheckning
d0761ab5b3
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. +1
    -2
      pages/getphoneInfo/index.js

+ 1
- 2
pages/getphoneInfo/index.js Visa fil

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


Laddar…
Avbryt
Spara