文本优化
parent
72151f4977
commit
55558dfc99
|
|
@ -319,6 +319,7 @@
|
|||
"6fe6ra": "Load basic data",
|
||||
"28k91h": "Mobile phone number",
|
||||
"t3951j": "Verification code",
|
||||
"rihgdf": "User name",
|
||||
"qe8a37": "User name/phone/email",
|
||||
"08fchn": "Login password",
|
||||
"db1rf4": "E-mail",
|
||||
|
|
|
|||
|
|
@ -316,7 +316,8 @@
|
|||
"6fe6ra": "加载基础数据",
|
||||
"28k91h": "手机号码",
|
||||
"t3951j": "验证码",
|
||||
"qe8a37": "用户名/手机/邮箱",
|
||||
"rihgdf": "用户名",
|
||||
"qe8a37": "用户名/手机/邮箱",
|
||||
"08fchn": "登录密码",
|
||||
"db1rf4": "电子邮箱",
|
||||
"6yfr9g": "登录/注册",
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@
|
|||
<view v-else class="tc cr-grey padding-vertical-main">{{ $t('login.login.t59dho') }}</view>
|
||||
<!-- 账号密码 -->
|
||||
<block v-if="current_opt_type == 'reg_username'">
|
||||
<input type="text" :placeholder="$t('login.login.6yfr9g')" maxlength="60" name="accounts" key="reg_username_1" class="form-item margin-vertical-xl wh-auto" />
|
||||
<input type="text" :placeholder="$t('login.login.rihgdf')" maxlength="60" name="accounts" key="reg_username_1" class="form-item margin-vertical-xl wh-auto" />
|
||||
<input type="text" :placeholder="$t('login.login.08fchn')" minlength="6" maxlength="18" name="pwd" password="true" key="reg_username_2" class="form-item margin-vertical-xl wh-auto" />
|
||||
<view v-if="home_user_register_img_verify_state == 1" class="verify pr margin-vertical-xl">
|
||||
<input type="text" :placeholder="$t('login.login.t3951j')" name="verify" maxlength="4" :value="form_input_image_verify_value" key="reg_username_3" @input="form_input_image_verify_event" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue