linwenxin 4 ヶ月 前
コミット
fec69fa743
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/packageMine/pages/phone.vue

+ 3 - 3
src/packageMine/pages/phone.vue

@@ -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)
         })
         })
     }
     }
   }
   }