|
|
|
@ -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; |
|
|
|
|