Explorar o código

首页授权手机号

xhj %!s(int64=2) %!d(string=hai) anos
pai
achega
cb005d1819
Modificáronse 1 ficheiros con 9 adicións e 7 borrados
  1. 9 7
      pages/index/index.vue

+ 9 - 7
pages/index/index.vue

@@ -480,13 +480,15 @@
 			await req.silenceLogin(this.query.userId, '');
 			let _ts = this;
 			
-			this.userInfo = req.getStorage('userInfo')
-			
-			
-			if (!this.userInfo.mobile&&this.firstLoad==true) {
-				this.isShowUpdate = true;
-				this.isUpdateMobile = true;
-			}
+			setTimeout(()=>{
+				this.userInfo = req.getStorage('userInfo')
+				
+				console.log('onShow',req.getStorage('userInfo'))
+				if (!this.userInfo.mobile&&this.firstLoad==true) {
+					this.isShowUpdate = true;
+					this.isUpdateMobile = true;
+				}
+			},500)
 			
 			this.firstLoad = false