ソースを参照

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

hangb 7 年 前
コミット
d3548719d3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      components/reset/ChangePasswordChooseStyle.vue

+ 1 - 1
components/reset/ChangePasswordChooseStyle.vue

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