Browse Source

提示语

natasha 3 years ago
parent
commit
88cccdcaa7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/login/login.vue

+ 1 - 1
src/components/login/login.vue

@@ -37,7 +37,7 @@
           />
           <input
             :class="accountError ? 'inputError' : 'input'"
-            :placeholder="TorS == 'teacher' ? '邮箱或者手机号' : '邮箱'"
+            :placeholder="TorS == 'teacher' ? '邮箱或者用户名' : '邮箱或者用户名'"
             v-model="email_phone"
             @input="Changeemail_phone"
           />