Browse Source

更新 'vue-组件.js'

WXT往昔 3 years ago
parent
commit
fa914fdbdb
1 changed files with 1 additions and 1 deletions
  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+'不能为空';