Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
bug

liuboyan 4 years ago
parent
commit
fba1799ee2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/user/index.vue

+ 2 - 0
pages/user/index.vue

@@ -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 => {