Commit 6d37fb803a0f0ab6e153ba29be73d4088c410e66

Authored by yvan.ni
1 parent 1b18333f

生成服务卡项海报的时候,零售价的获取的bug,转圈圈

packageC/pages/presell/cardInfo/goodsInfo.js
... ... @@ -3538,7 +3538,7 @@ Page({
3538 3538 //-- 零售价的优化 --
3539 3539 var wp= th.data.screenWidth - ut.measureText(pri0, 22 * unit) - 50;
3540 3540 var hp= 180 * unit
3541   - th.draw_pos_price(context,wp,hp,th.data.data.market_price,unit);
  3541 + th.draw_pos_price(context,wp,hp,th.data.data.show_price,unit);
3542 3542  
3543 3543 }else{
3544 3544 var wd2 = th.data.screenWidth - ut.measureText(pri0, 22 * unit) - 50;
... ...