店铺入驻bug修改,订单详情添加修改金额展示

This commit is contained in:
mabo
2021-08-11 21:18:22 +08:00
parent 4557b1d5c1
commit c7ce4e72c6
9 changed files with 67 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ export default {
{ required: true, message: '请输入银行卡号' },
{
type: 'string',
pattern: /^([1-9]{1})(\d{14}|\d{18})$/,
pattern: /^[0-9]\d*$/,
message: '请输入正确的银行卡号'
}
],