Browse Source

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

tags/福建版C.9.1.01
meo 5 years ago
parent
commit
818458409b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/getuserinfo/index.js

+ 1
- 1
pages/getuserinfo/index.js View File

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


Loading…
Cancel
Save