Ver a proveniência

fix compile issue

tags/2.2.4
Stormeye.Wu há 7 anos
ascendente
cometimento
d0761ab5b3
1 ficheiros alterados com 1 adições e 2 eliminações
  1. +1
    -2
      pages/getphoneInfo/index.js

+ 1
- 2
pages/getphoneInfo/index.js Ver ficheiro

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


Carregando…
Cancelar
Guardar