submit
This commit is contained in:
parent
d4b5e301cb
commit
1220657c9a
@ -61,7 +61,8 @@ export default {
|
||||
if (res.code===200){
|
||||
let interval = setInterval(() => {
|
||||
this.showText = false;
|
||||
this.second = this.second - 1;
|
||||
let times = this.second - 1;
|
||||
this.second = times;
|
||||
}, 1000);
|
||||
setTimeout(() => {
|
||||
clearInterval(interval);
|
||||
|
Loading…
Reference in New Issue
Block a user