1.优化首页数据加载问题

master
杨杰 1 year ago
parent 7cc64de2b2
commit 75074143d5
  1. 42
      pages/tabBar/home/home.vue

@ -221,43 +221,11 @@
},
onShow() {
this.homeCateList = [];
if (app.globalData.cityName != '') {
this.city = app.globalData.qianzhuCityName;
this.getCmsContentcmsContent();
}
// #ifdef H5
// uni.getStorage({
// key: 'accountId',
// success(e) {
// if (e.data) {
// app.globalData.accountId = e.data;
// }
// }
// })
// uni.getStorage({
// key: 'gasKey',
// success(e) {
// if (e.data) {
// app.globalData.gasKey = e.data;
// }
// }
// })
// uni.getStorage({
// key: 'staffCode',
// success(e) {
// if (e.data) {
// if (app.globalData.accountId == '000001&key' || app.globalData.accountId ==
// '000000&gasKey' || app.globalData.accountId == '000009&key' || app.globalData
// .accountId == '0000010&key') {
// app.globalData.staffCode = e.data;
// } else {
// app.globalData.mchId = e.data;
// }
// }
// }
// })
// #endif
// this.homeCateList = [];
// if (app.globalData.cityName != '') {
// this.city = app.globalData.qianzhuCityName;
// this.getCmsContentcmsContent();
// }
},
onLoad(options) {
let that = this;

Loading…
Cancel
Save