From 4bc6d5b838f52bab78a467265825979307e93ad2 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Sun, 24 Apr 2022 09:59:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=20=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=20=20=E5=8E=BB=E6=8E=89=E5=8F=AA=E8=83=BD?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=95=B0=E5=AD=97=E7=9A=84=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/CertificatePaymentInfoModal.vue | 2 +- .../PaymentInfo/modules/PaymentInfoModal.vue | 2 +- .../standardsAssociation/memberInfo/MemberInfo.vue | 2 +- .../memberManagementModule/VinCertificateModal.vue | 14 +++++++------- .../standardsAssociation/register/Register.vue | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/standardsAssociation/PaymentInfo/modules/CertificatePaymentInfoModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/CertificatePaymentInfoModal.vue index d08dbcb..92105a7 100644 --- a/src/views/standardsAssociation/PaymentInfo/modules/CertificatePaymentInfoModal.vue +++ b/src/views/standardsAssociation/PaymentInfo/modules/CertificatePaymentInfoModal.vue @@ -182,7 +182,7 @@ diff --git a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue index 9ff1ec2..0865610 100644 --- a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue +++ b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue @@ -328,7 +328,7 @@ diff --git a/src/views/standardsAssociation/memberInfo/MemberInfo.vue b/src/views/standardsAssociation/memberInfo/MemberInfo.vue index 7fc9f9b..3c9954a 100644 --- a/src/views/standardsAssociation/memberInfo/MemberInfo.vue +++ b/src/views/standardsAssociation/memberInfo/MemberInfo.vue @@ -279,7 +279,7 @@ v-decorator="[ 'bankAccount', validatorRules.bankAccount]" placeholder="请输入银行账户" :maxLength="50" - @change="(e) => {e.target.value = e.target.value.replace(/[^0-9]/g,'')}" + @change="(e) => {e.target.value = e.target.value.trim()}" > diff --git a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue index d48c999..33c87e6 100644 --- a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue +++ b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue @@ -1047,7 +1047,7 @@ @@ -1149,7 +1149,7 @@ @@ -1427,7 +1427,7 @@ @@ -1849,7 +1849,7 @@ @@ -2251,7 +2251,7 @@ @@ -2354,7 +2354,7 @@ @@ -2618,7 +2618,7 @@ diff --git a/src/views/standardsAssociation/register/Register.vue b/src/views/standardsAssociation/register/Register.vue index ba62de9..e988dab 100644 --- a/src/views/standardsAssociation/register/Register.vue +++ b/src/views/standardsAssociation/register/Register.vue @@ -265,7 +265,7 @@ + @change="(e) => {e.target.value = e.target.value.trim()}">