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