Commit 8cfc1866 authored by 罗超's avatar 罗超

2

parent 9b06d9d6
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
this.timer = setTimeout(() => { this.timer = setTimeout(() => {
let curTime=Date.now() let curTime=Date.now()
if((curTime-this.timing)<2*60*1000&&this.flag){ if((curTime-this.timing)<2*60*1000&&this.flag){
// this.getVerificat() this.getVerificat()
}else{ }else{
console.log('二维码超时') console.log('二维码超时')
clearTimeout(this.timer) clearTimeout(this.timer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment