Explorar el Código

fix compile issue

tags/2.2.4
Stormeye.Wu hace 7 años
padre
commit
d0761ab5b3
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      pages/getphoneInfo/index.js

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

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


Cargando…
Cancelar
Guardar