yuxingxing há 2 anos atrás
pai
commit
3c50ecc407
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      pages/users/components/login_mobile/index.vue

+ 2 - 2
pages/users/components/login_mobile/index.vue

@@ -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" />