Explorar el Código

[拼团授权][修改]:[拼团授权个人信息的跳转方式]

tags/福建版C.9.1.01
meo hace 5 años
padre
commit
818458409b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pages/getuserinfo/index.js

+ 1
- 1
pages/getuserinfo/index.js Ver fichero

@@ -276,7 +276,7 @@ Page({
url: `/pages/coupon/detail/index?couponChannelId=${that.data.couponChannelIdflag}`
});
} else if (that.data.fromflag == 'spellcoupondetail' && that.data.couponChannelIdflag) {
wx.navigateTo({
wx.redirectTo({
url: `/pages/spellGroup/mySpellGroup/index?couponChannelId=${that.data.couponChannelIdflag}`
});
}else {


Cargando…
Cancelar
Guardar