diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 8c1b777..b5f7028 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -18,7 +18,7 @@
+ v-if="!formPhoneIf"> @@ -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);