1.优化首页每次请求

master
杨杰 1 year ago
parent 3103eb5e7c
commit aac6ef4e1e
  1. 2
      pages/tabBar/user/user.vue

@ -252,7 +252,7 @@
onLoad() { onLoad() {
if (!app.globalData.userInfo) { if (!app.globalData.userInfo) {
this.findUser(); this.findUser();
this.queryHzfDiscountTotalNum(); // this.queryHzfDiscountTotalNum();
} }
}, },
onReady() { onReady() {

Loading…
Cancel
Save