修复会员判断问题

This commit is contained in:
2025-12-26 17:22:39 +08:00
parent bde30fa70c
commit 811abf935c
7 changed files with 16 additions and 16 deletions

View File

@@ -566,7 +566,7 @@ export function calcSingleGoodsRealPrice(
>
) : number {
const { isMember, memberDiscountRate, limitTimeDiscount: activity } = config;
console.log('isMember',isMember);
//如果是增菜价格为0
if (goods.is_gift || goods.isGift) {
return 0;