Browse Source

no message

linwenxin 6 tháng trước cách đây
mục cha
commit
43863f0f14

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

@@ -147,7 +147,6 @@ export default {
 
 
     // 验证结束
     // 验证结束
     finish(value) {
     finish(value) {
-      console.log(value)
       this.$api
       this.$api
         .post('/user/sms/send', {
         .post('/user/sms/send', {
           phone: this.phone,
           phone: this.phone,
@@ -172,11 +171,12 @@ export default {
           }, 1000)
           }, 1000)
         })
         })
         .catch(res => {
         .catch(res => {
+          this.isShowCodeDialog = false
           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)
         })
         })
     }
     }
   }
   }