lilei il y a 4 ans
Parent
commit
070d4bee6b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/userCenter/changePwd.vue

+ 1 - 1
pages/userCenter/changePwd.vue

@@ -5,7 +5,7 @@
 			<view class="input-group">
 				<view class="input-row border">
 					<text class="title">原密码:</text>
-					<m-input class="m-input"  type="password"  displayable v-model="formCustom.oldPwd" placeholder="请输入原密码"></m-input>
+					<m-input class="m-input"  :maxlength="12" type="password"  displayable v-model="formCustom.oldPwd" placeholder="请输入原密码"></m-input>
 				</view>
 				<view class="input-row">
 					<text class="title">新密码:</text>