Browse Source

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

hangb 7 năm trước cách đây
mục cha
commit
d3548719d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
                   })
               }