Explorar o código

【ID1005423】【ID1005419】原支付密码限制最多输入30位,密文显示

chenrui %!s(int64=4) %!d(string=hai) anos
pai
achega
8aa12d819e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/userCenter/userInfo/changePayPwd.vue

+ 1 - 1
pages/userCenter/userInfo/changePayPwd.vue

@@ -2,7 +2,7 @@
 	<view class="changePayPwd-container">
 		<text class="pwd-describe">请输入当前支付密码</text>
 		<view class="pwd-item">
-			<u-input v-model="oldPwd" border type="text" input-align="center" placeholder="请输入支付密码" maxlength="50" class="inp-pwd" />
+			<u-input v-model="oldPwd" border type="password" input-align="center" placeholder="请输入支付密码" :maxlength="30" class="inp-pwd" />
 		</view>
 		<view class="btn-con">
 			<u-button class="handle-btn" type="info" size="medium" @click="cancel">取消</u-button>