|
@@ -161,9 +161,9 @@ export default {
|
|
.catch(res => {
|
|
.catch(res => {
|
|
this.codeObj.isSuccess = false
|
|
this.codeObj.isSuccess = false
|
|
this.codeObj.isFail = true
|
|
this.codeObj.isFail = true
|
|
- setTimeout(() => {
|
|
|
|
- this.$refs.verification.refresh()
|
|
|
|
- }, 1500)
|
|
|
|
|
|
+ // setTimeout(() => {
|
|
|
|
+ // this.$refs.verification.refresh()
|
|
|
|
+ // }, 1500)
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|