From bf638dc27fc582de5ddffac60d3a5470a4399357 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Thu, 29 Feb 2024 16:29:50 +0800 Subject: [PATCH] 积分购,预售,拼团,幸运购在获取市场价的时候,goods_market_price要改成market_price --- packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.js | 2 +- packageC/pages/presell/cart/cart2.js | 2 +- packageE/pages/cart/cart2_inte/cart2_inte.js | 2 +- packageE/pages/cart/cart2_pt/cart2_pt.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.js b/packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.js index d7489cb..b32f387 100644 --- a/packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.js +++ b/packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.js @@ -2173,7 +2173,7 @@ Page({ let pk_ord_map=order_prom_map_ck[pickid]; pk_ord_map.shop_price_all += item.shop_price_y * item.buynum; - pk_ord_map.market_price_all += item.goods_market_price * item.buynum; + pk_ord_map.market_price_all += item.market_price * item.buynum; }, diff --git a/packageC/pages/presell/cart/cart2.js b/packageC/pages/presell/cart/cart2.js index 152483d..1d0894c 100644 --- a/packageC/pages/presell/cart/cart2.js +++ b/packageC/pages/presell/cart/cart2.js @@ -3268,7 +3268,7 @@ Page({ let pk_ord_map=order_prom_map_ck[pickid]; pk_ord_map.shop_price_all += item.shop_price_y * item.buynum; - pk_ord_map.market_price_all += item.goods_market_price * item.buynum; + pk_ord_map.market_price_all += item.market_price * item.buynum; }, diff --git a/packageE/pages/cart/cart2_inte/cart2_inte.js b/packageE/pages/cart/cart2_inte/cart2_inte.js index 3cb0758..3fe3185 100644 --- a/packageE/pages/cart/cart2_inte/cart2_inte.js +++ b/packageE/pages/cart/cart2_inte/cart2_inte.js @@ -1840,7 +1840,7 @@ Page({ let pk_ord_map=order_prom_map_ck[pickid]; pk_ord_map.shop_price_all += item.shop_price_y * item.buynum; - pk_ord_map.market_price_all += item.goods_market_price * item.buynum; + pk_ord_map.market_price_all += item.market_price * item.buynum; }, diff --git a/packageE/pages/cart/cart2_pt/cart2_pt.js b/packageE/pages/cart/cart2_pt/cart2_pt.js index a8650ea..b3237ab 100644 --- a/packageE/pages/cart/cart2_pt/cart2_pt.js +++ b/packageE/pages/cart/cart2_pt/cart2_pt.js @@ -2345,7 +2345,7 @@ Page({ let pk_ord_map=order_prom_map_ck[pickid]; pk_ord_map.shop_price_all += item.shop_price_y * item.buynum; - pk_ord_map.market_price_all += item.goods_market_price * item.buynum; + pk_ord_map.market_price_all += item.market_price * item.buynum; }, -- libgit2 0.21.4