瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
43863f0f14
共有 1 個文件被更改,包括 4 次插入4 次删除
  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)
         })
     }
   }