优化结算逻辑
This commit is contained in:
17010
dist-electron/main.js
17010
dist-electron/main.js
File diff suppressed because one or more lines are too long
@@ -465,7 +465,7 @@ export const useGoods = defineStore("goods", {
|
|||||||
item.orderCount = 0;
|
item.orderCount = 0;
|
||||||
item.memberPrice = item.lowMemberPrice
|
item.memberPrice = item.lowMemberPrice
|
||||||
item.salePrice = item.lowPrice
|
item.salePrice = item.lowPrice
|
||||||
item.time_dicount_mode = this.limitDiscountRes.discountPriority
|
item.time_dicount_mode = this.limitDiscountRes
|
||||||
item.is_time_discount = limitUtils.canUseLimitTimeDiscount(item,
|
item.is_time_discount = limitUtils.canUseLimitTimeDiscount(item,
|
||||||
this.limitDiscountRes,
|
this.limitDiscountRes,
|
||||||
store.shopInfo,
|
store.shopInfo,
|
||||||
|
|||||||
Reference in New Issue
Block a user