优化发送短信逻辑

This commit is contained in:
TOP糯米 2023-04-01 23:25:33 +08:00
parent 145c01f844
commit d6c9d0328c
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export default {
if (that.sec <= 0) {
that.canUse = true;
that.sec = 0;
clearInterval(that.timeTask);
}
}, 1000);
},