Browse Source

bug

release
zhaoyongnian 3 years ago
parent
commit
12a98996a7
  1. 2
      pages/indexNew/indexNew.js

2
pages/indexNew/indexNew.js

@ -110,7 +110,9 @@ Page({
}, },
onLoad: function (options) { onLoad: function (options) {
this.getResidentConfig() this.getResidentConfig()
if (wx.getStorageSync("token")) { // 解决没有token报错 2022/8/11
this.getModuleList() this.getModuleList()
}
if (options.shareType) { if (options.shareType) {
const para = { const para = {
shareType: options.shareType, shareType: options.shareType,

Loading…
Cancel
Save