yuxingxing hace 2 años
padre
commit
3c50ecc407
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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" />