lilei %!s(int64=4) %!d(string=hai) anos
pai
achega
070d4bee6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>