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