| | |
| | | </div> |
| | | <div class="ml-9 text-black flex-1"> |
| | | <div class="uni-input-wrapper"> |
| | | <input type="text" maxlength="140" step="" enterkeyhint="done" class="uni-input-input" |
| | | autocomplete="off" :placeholder="$t('请输入账号')"> |
| | | <input type="text" maxlength="140" v-model="username" step="" enterkeyhint="done" |
| | | class="uni-input-input" autocomplete="off" :placeholder="$t('请输入账号')"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </div> |
| | | <div class="ml-9 text-black flex-1"> |
| | | <div class="uni-input-wrapper"> |
| | | <input type="password" maxlength="140" step="" enterkeyhint="done" class="uni-input-input" |
| | | autocomplete="off" :placeholder="$t('密码')"> |
| | | <input type="password" v-model="password" maxlength="140" step="" enterkeyhint="done" |
| | | class="uni-input-input" autocomplete="off" :placeholder="$t('密码')"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="py-17 text-center bg-black mt-120 rounded-10 text-19 font-700">{{ $t('login') }}</div> |
| | | <div class="py-17 text-center bg-black mt-120 rounded-10 text-19 font-700" @click="verifyLogin">{{ |
| | | $t('login') }}</div> |
| | | <div class="mt-20 text-center"> |
| | | <span>{{ $t('还没有账号') }}</span> |
| | | <span class="font-bold ml-5" @click="$router.push('/register')">{{ $t('去注册') }}</span> |