refactor(goodsType): 删除冗余的 promotionPriceMin 函数定义

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
田香琪
2026-08-03 16:13:01 +08:00
parent 1accdf5826
commit c0b00999c5

View File

@@ -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",