feat(buy): 移除购票页面输入支付密码20位长度限制

This commit is contained in:
woody 2025-05-30 13:20:34 +08:00
parent a2dfe1216f
commit 5736cf0ebc
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@
v-model="payPassword"
placeholder="请输入支付密码"
type="password"
maxlength="20"
@input="onPayPwdInput"
@focus="onPwdFocus"
@blur="onPwdBlur"