forked from angelo/web-retail-h5
feat(buy): 移除购票页面输入支付密码20位长度限制
This commit is contained in:
parent
a2dfe1216f
commit
5736cf0ebc
|
@ -200,7 +200,6 @@
|
||||||
v-model="payPassword"
|
v-model="payPassword"
|
||||||
placeholder="请输入支付密码"
|
placeholder="请输入支付密码"
|
||||||
type="password"
|
type="password"
|
||||||
maxlength="20"
|
|
||||||
@input="onPayPwdInput"
|
@input="onPayPwdInput"
|
||||||
@focus="onPwdFocus"
|
@focus="onPwdFocus"
|
||||||
@blur="onPwdBlur"
|
@blur="onPwdBlur"
|
||||||
|
|
Loading…
Reference in New Issue