取消h5分销二维码

master
wangdong 1 month ago
parent 527b811ff6
commit c3b82b31f1
  1. 4
      pages/user/index.vue

@ -1006,14 +1006,14 @@
that.getOrderInfo();
that.getActionCountsInfo();
uni.setStorageSync('userInfo', that.userInfo)
if (data.user_type == 20 || data.user_type == 40) {
// #ifndef H5
if (data.user_type == 20 || data.user_type == 40) {
that.getMembershipInviteQrcode()
// #endif
}
if (data.user_type == 30 || data.user_type == 40) {
that.getDealerInviteQrcode()
}
// #endif
// that.getMembershipInviteQrcode()
// that.getDealerInviteQrcode()

Loading…
Cancel
Save