wkyy 3 years ago
parent
commit
a459792051
2 changed files with 4 additions and 2 deletions
  1. 3 2
      pages/index/index.vue
  2. 1 0
      pages/login/login.vue

+ 3 - 2
pages/index/index.vue

@@ -56,7 +56,7 @@
 
 		<!-- 模式选择 -->
 
-		<u-mask :show="show=false">
+		<u-mask :show="show">
 
 			<view class="wrap">
 
@@ -326,7 +326,8 @@
 					this.show = true;
 				}
 			}else{
-				this.carhelp.set("getElderModeClass", "标准模式");
+				this.carhelp.set("getElderModeClass", "长辈模式");
+				this.elderStatus = true;
 				
 				var obj=this.carhelp.get("friends_invitation")
 				// this.carhelp.set("friends_invitation",{

+ 1 - 0
pages/login/login.vue

@@ -232,6 +232,7 @@
 					var token = response ? response.data.token : '';
 					this.carhelp.setToken(token);
 					this.carhelp.setPersonInfo(response.data.regUser);
+					this.carhelp.set("getElderModeClass", false);
 					if(!response.data.regUser.carId){
 						var url="/pages/login/completeInfo?login=1"