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