xsh_1997 1 semana atrás
pai
commit
5792b56167
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      huimv-employment/app/packageA/auth/login.vue

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

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