xsh_1997 1 неделя назад
Родитель
Сommit
5792b56167
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      huimv-employment/app/packageA/auth/login.vue

+ 2 - 2
huimv-employment/app/packageA/auth/login.vue

@@ -8,7 +8,7 @@
8
 						v-if="!lockRole"
8
 						v-if="!lockRole"
9
 						class="login-card-header__switch"
9
 						class="login-card-header__switch"
10
 						@tap="switchLoginTab(loginTab === 'enterprise' ? 'worker' : 'enterprise')"
10
 						@tap="switchLoginTab(loginTab === 'enterprise' ? 'worker' : 'enterprise')"
11
-					>{{ loginTab === 'enterprise' ? '临时工登录' : '企业登录' }}</text>
11
+					>{{ loginTab === 'enterprise' ? '切换到临时工登录' : '切换到企业登录' }}</text>
12
 				</view>
12
 				</view>
13
 
13
 
14
 				<view class="fe-login-visual">
14
 				<view class="fe-login-visual">
@@ -132,7 +132,7 @@
132
 							<text
132
 							<text
133
 								class="login-auth-switch__link"
133
 								class="login-auth-switch__link"
134
 								@tap="switchAuthMode(authMode === 'sms' ? 'password' : 'sms')"
134
 								@tap="switchAuthMode(authMode === 'sms' ? 'password' : 'sms')"
135
-							>{{ authMode === 'sms' ? '账号密码登录' : '验证码登录' }}</text>
135
+							>{{ authMode === 'sms' ? '切换到账号密码登录' : '切换到验证码登录' }}</text>
136
 						</view>
136
 						</view>
137
 
137
 
138
 						<view
138
 						<view