Browse Source

bug

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

4
pages/indexNew/indexNew.js

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

Loading…
Cancel
Save