This commit is contained in:
吴克举 2023-08-26 13:32:27 +08:00
parent 2f40d42607
commit 7c375e1af8
1 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,7 @@
</div>
<div v-show="tabLogin">
<el-form :model="data" class="login_form" size="medium" ref="formRef" @keyup.enter.native="handleSubmit"
v-if="formPhoneIf">
v-if="!formPhoneIf">
<el-form-item prop="user">
<el-input v-model="data.user" style="width: 100%" placeholder="帐号">
</el-input>
@ -253,7 +253,11 @@ const backSpace = (index, e) => {
aCheckCodeInputComputedRef.value.children[
index - 1
].children[0].children[0].children[0].focus();
].children[0].children[0].children[0].focus();
aCheckCodeInputComputedRef.value.children[
index - 1
].children[0].children[0].children[0].select();
};
let dis = ref(false);