|
@@ -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>
|