From c0b00999c5d20e02173470984e027711ba12c90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E9=A6=99=E7=90=AA?= <624506849@qq.com> Date: Mon, 3 Aug 2026 16:13:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor(goodsType):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=86=97=E4=BD=99=E7=9A=84=20promotionPriceMin=20=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- seller/src/constants/goodsType.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/seller/src/constants/goodsType.js b/seller/src/constants/goodsType.js index 8cb276ef..da5c4792 100644 --- a/seller/src/constants/goodsType.js +++ b/seller/src/constants/goodsType.js @@ -36,11 +36,6 @@ export function promotionPriceMin(goodsType) { 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 = { PENDING: "PENDING", DELIVERED: "DELIVERED",