优化发送短信逻辑
This commit is contained in:
parent
943c8482e5
commit
4c7aa16ddf
|
@ -94,6 +94,7 @@ export default {
|
||||||
if (that.sec <= 0) {
|
if (that.sec <= 0) {
|
||||||
that.canUse = true;
|
that.canUse = true;
|
||||||
that.sec = 0;
|
that.sec = 0;
|
||||||
|
clearInterval(that.timeTask);
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue