From 6d37fb803a0f0ab6e153ba29be73d4088c410e66 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Wed, 17 Jan 2024 17:04:31 +0800 Subject: [PATCH] 生成服务卡项海报的时候,零售价的获取的bug,转圈圈 --- packageC/pages/presell/cardInfo/goodsInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packageC/pages/presell/cardInfo/goodsInfo.js b/packageC/pages/presell/cardInfo/goodsInfo.js index 919fd95..5ad72af 100644 --- a/packageC/pages/presell/cardInfo/goodsInfo.js +++ b/packageC/pages/presell/cardInfo/goodsInfo.js @@ -3538,7 +3538,7 @@ Page({ //-- 零售价的优化 -- var wp= th.data.screenWidth - ut.measureText(pri0, 22 * unit) - 50; var hp= 180 * unit - th.draw_pos_price(context,wp,hp,th.data.data.market_price,unit); + th.draw_pos_price(context,wp,hp,th.data.data.show_price,unit); }else{ var wd2 = th.data.screenWidth - ut.measureText(pri0, 22 * unit) - 50; -- libgit2 0.21.4