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