From 5736cf0ebc961f4daa20e01f77df4b2cdadbdc29 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 30 May 2025 13:20:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(buy):=20=E7=A7=BB=E9=99=A4=E8=B4=AD?= =?UTF-8?q?=E7=A5=A8=E9=A1=B5=E9=9D=A2=E8=BE=93=E5=85=A5=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AF=86=E7=A0=8120=E4=BD=8D=E9=95=BF=E5=BA=A6=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ticket/buy.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/ticket/buy.vue b/pages/ticket/buy.vue index 0d2cae8..3ff4865 100644 --- a/pages/ticket/buy.vue +++ b/pages/ticket/buy.vue @@ -200,7 +200,6 @@ v-model="payPassword" placeholder="请输入支付密码" type="password" - maxlength="20" @input="onPayPwdInput" @focus="onPwdFocus" @blur="onPwdBlur"