Pārlūkot izejas kodu

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

hangb 7 gadi atpakaļ
vecāks
revīzija
d3548719d3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
                   })
               }