|
@@ -3,10 +3,10 @@
|
|
|
<view class="mobile-bg" @click="close"></view>
|
|
|
<view class="mobile-mask animated" :class="{slideInUp:isUp}">
|
|
|
<view class="input-item">
|
|
|
- <input type="text" v-model="account" :placeholder="$t(`输入登录账号`)" maxlength="11" />
|
|
|
+ <input type="text" v-model="account" :placeholder="$t(`请输入登录账号`)" maxlength="11" />
|
|
|
</view>
|
|
|
<view class="input-item">
|
|
|
- <input type="password" v-model="password" :placeholder="$t(`输入登录密码`)" maxlength="30" />
|
|
|
+ <input type="password" v-model="password" :placeholder="$t(`请输入登录密码`)" maxlength="30" />
|
|
|
</view>
|
|
|
<!-- <view class="input-item">
|
|
|
<input type="text" v-model="codeNum" :placeholder="$t(`输入验证码`)" maxlength="6" />
|