Commit cbcf8027 authored by Bill's avatar Bill

fix: 修改结算规则设置银行卡正则

parent 717804c2
......@@ -167,7 +167,7 @@ const CorporateAccount = () => {
cacheValue: data && data.bankAccount,
isEdit: false,
canEdit: true,
pattern: /^([1-9]{1})(\d{15}|\d{18})$/,
pattern: /^([1-9]{1})(\d{15}|\d{16}|\d{18}|\d{20})$/,
message: intl.formatMessage({ id: 'balance.settleRules.corporateAccount.itemRender.setConfigs.bankAccount.message' })
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment