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