浏览代码

更新 '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+'不能为空';