Przeglądaj źródła

修改密码通过手机验证增加错误提示

hangb 8 lat temu
rodzic
commit
d3548719d3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/reset/ChangePasswordChooseStyle.vue

+ 1 - 1
components/reset/ChangePasswordChooseStyle.vue

@@ -155,7 +155,7 @@
                     }
                     }
                   }).catch(err => {
                   }).catch(err => {
                     this.codeErrorMsg = err.errMsg
                     this.codeErrorMsg = err.errMsg
-                    this.codeErrorChecked = false
+                    this.codeErrorChecked = true
                     this.codeChecked = false
                     this.codeChecked = false
                   })
                   })
               }
               }