소스 검색

更新 'vue-组件.js'

WXT往昔 3 년 전
부모
커밋
fa914fdbdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vue-组件.js

+ 1 - 1
vue-组件.js

@@ -166,7 +166,7 @@ Vue.component('login',{
                                         if (account === defaultStatus||account===null){
                                             account_info.innerText = account_title+'不能为空';
                                         } else if (account.indexOf(' ') !== -1){
-                                            account_info.innerText = password_title+'不能包含空格';
+                                            account_info.innerText = account_title+'不能包含空格';
                                         }
                                         if (password === defaultStatus||password ===null){
                                             password_info.innerText = password_title+'不能为空';