瀏覽代碼

bug 修复

lilei 4 年之前
父節點
當前提交
070d4bee6b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>