cmy hace 1 año
padre
commit
c663ff1337
Se han modificado 2 ficheros con 2 adiciones y 3 borrados
  1. 1 1
      pages/public/login.vue
  2. 1 2
      pages/user/set/password.vue

+ 1 - 1
pages/public/login.vue

@@ -267,7 +267,7 @@
 			//跳转注册页
 			register() {
 				uni.navigateTo({
-					url: `/pages/public/register`
+					url: `/pages/user/set/password.vue`
 				});
 			},
 			// 后退

+ 1 - 2
pages/user/set/password.vue

@@ -2,7 +2,7 @@
 	<view class="container">
 		<view class="row flex">
 			<text class="tit">{{$t('set.a3')}}</text>
-			<input class="input" v-model="account" disabled type="text" :placeholder="$t('reg.c3')"
+			<input class="input" v-model="account" type="text" :placeholder="$t('reg.c3')"
 				placeholder-class="placeholder" />
 		</view>
 
@@ -52,7 +52,6 @@
 				this.account = '';
 			} else {
 				this.account = this.userInfo.account;
-				this.show = false;
 			}
 		},
 		watch: {