submit
This commit is contained in:
parent
1220657c9a
commit
606fd63e82
@ -58,11 +58,11 @@ export default {
|
||||
telNum:this.phone
|
||||
}
|
||||
const res= await send(data)
|
||||
if (res.code===200){
|
||||
if (res.code===0){
|
||||
let interval = setInterval(() => {
|
||||
this.showText = false;
|
||||
let times = this.second - 1;
|
||||
this.second = times;
|
||||
this.second = this.second - 1;
|
||||
// this.second = times;
|
||||
}, 1000);
|
||||
setTimeout(() => {
|
||||
clearInterval(interval);
|
||||
|
Loading…
Reference in New Issue
Block a user