修复注册bug
This commit is contained in:
@@ -42,8 +42,8 @@ export default defineComponent({
|
|||||||
cIndex() {
|
cIndex() {
|
||||||
this.resetCaret();
|
this.resetCaret();
|
||||||
},
|
},
|
||||||
lastCode(val) {
|
lastCode(newVal,oldVal) {
|
||||||
if (val) {
|
if (newVal && newVal != oldVal) {
|
||||||
this.$refs.input[this.ctSize - 1].blur();
|
this.$refs.input[this.ctSize - 1].blur();
|
||||||
this.sendCaptcha();
|
this.sendCaptcha();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user