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 11d934f..6b1b27c 100644 --- a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue +++ b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue @@ -413,7 +413,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 6dbb91f..52d4766 100644 --- a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue +++ b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue @@ -1082,7 +1082,7 @@ @@ -1504,7 +1504,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()}">