优化结算逻辑

This commit is contained in:
gyq
2025-12-02 14:29:05 +08:00
parent c1ee82ee8a
commit 97b18651ef
2 changed files with 16997 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@@ -465,7 +465,7 @@ export const useGoods = defineStore("goods", {
item.orderCount = 0;
item.memberPrice = item.lowMemberPrice
item.salePrice = item.lowPrice
item.time_dicount_mode = this.limitDiscountRes.discountPriority
item.time_dicount_mode = this.limitDiscountRes
item.is_time_discount = limitUtils.canUseLimitTimeDiscount(item,
this.limitDiscountRes,
store.shopInfo,