Browse Source

编辑后用户首页显示问题

zhupeng 3 years ago
parent
commit
21b49bcb95
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pages/user/index.vue

+ 6 - 1
pages/user/index.vue

@@ -389,8 +389,13 @@
 			 _self = this;
 			
 		},
-		onReady(){
+		onShow(){
+			console.log('mylogined onShow');
 			 this.findByOpenId();
+		},
+		onReady(){
+			 console.log('mylogined onReady')
+			
 			/*
 			let personalInfo = this.carhelp.getPersonInfo();
 			console.log('个人信息'+JSON.stringify(personalInfo));