linwenxin 5 mēneši atpakaļ
vecāks
revīzija
43863f0f14
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      src/packageMine/pages/phoneUpdate.vue

+ 4 - 4
src/packageMine/pages/phoneUpdate.vue

@@ -147,7 +147,6 @@ export default {
 
     // 验证结束
     finish(value) {
-      console.log(value)
       this.$api
         .post('/user/sms/send', {
           phone: this.phone,
@@ -172,11 +171,12 @@ export default {
           }, 1000)
         })
         .catch(res => {
+          this.isShowCodeDialog = false
           this.codeObj.isSuccess = false
           this.codeObj.isFail = true
-          setTimeout(() => {
-            this.$refs.verification.refresh()
-          }, 1500)
+          // setTimeout(() => {
+          //   this.$refs.verification.refresh()
+          // }, 1500)
         })
     }
   }