mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 09:55:53 +08:00
店铺入驻bug修改,订单详情添加修改金额展示
This commit is contained in:
@@ -129,7 +129,7 @@ export default {
|
||||
{ required: true, message: '请输入银行卡号' },
|
||||
{
|
||||
type: 'string',
|
||||
pattern: /^([1-9]{1})(\d{14}|\d{18})$/,
|
||||
pattern: /^[0-9]\d*$/,
|
||||
message: '请输入正确的银行卡号'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user