订单mock和领取页面优化
This commit is contained in:
@@ -335,7 +335,7 @@ function isOrderItemIdentifierName(value: string, skuCode: string) {
|
||||
}
|
||||
|
||||
const normalizedSkuCode = String(skuCode || '').trim()
|
||||
if (normalizedSkuCode && normalized === normalizedSkuCode) {
|
||||
if (normalizedSkuCode && normalized === normalizedSkuCode && /^\d{8,}$/.test(normalizedSkuCode)) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user