@@ -87,6 +87,8 @@
onLoad() {
this.userData = uni.getStorageSync("userData")
console.log('是否授权', this.userData.isMaster)
+ },
+ onShow() {
NET.request(API.getManageInfo, {}, 'POST').then(res => {
this.manageInfo = res.data
}).catch(error => {