重新发送验证码定时器复位
This commit is contained in:
@@ -422,6 +422,8 @@ export default defineComponent({
|
||||
},
|
||||
//创建定时器
|
||||
createTimer() {
|
||||
clearInterval(this.timer);
|
||||
this.time = 60;
|
||||
this.timer = setInterval(() => {
|
||||
this.time--;
|
||||
if (!this.time) {
|
||||
|
||||
Reference in New Issue
Block a user