yuxingxing 2 년 전
부모
커밋
3c50ecc407
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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" />