mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 10:57:26 +08:00
refactor(goodsType): 删除冗余的 promotionPriceMin 函数定义
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -36,11 +36,6 @@ export function promotionPriceMin(goodsType) {
|
|||||||
return isECoupon(goodsType) ? 0 : 0.01;
|
return isECoupon(goodsType) ? 0 : 0.01;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 活动价下限:E_COUPON 允许 0 元 */
|
|
||||||
export function promotionPriceMin(goodsType) {
|
|
||||||
return isECoupon(goodsType) ? 0 : 0.01;
|
|
||||||
}
|
|
||||||
|
|
||||||
export const CARD_KEY_FULFILL_STATUS = {
|
export const CARD_KEY_FULFILL_STATUS = {
|
||||||
PENDING: "PENDING",
|
PENDING: "PENDING",
|
||||||
DELIVERED: "DELIVERED",
|
DELIVERED: "DELIVERED",
|
||||||
|
|||||||
Reference in New Issue
Block a user