Explorar el Código

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

chenrui hace 4 años
padre
commit
8aa12d819e
Se han modificado 1 ficheros con 1 adiciones y 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>