取消h5分销二维码

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

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

Loading…
Cancel
Save