Compare commits

...

1 Commits

Author SHA1 Message Date
liu.xiaofeng@ebiz-digits.com
86a63b126b 验证码输入错误不能经行倒计时问题修复 2023-07-20 10:39:32 +08:00

View File

@@ -185,7 +185,7 @@ export default {
} else {
this.checkModel.show = true
this.checkModel.codeDisabled = true
window.clearInterval(this.checkModel.timeId)
// window.clearInterval(this.checkModel.timeId)
this.$toast(checkModelResult.resultMessage)
}
},