Commit 4c4258f90a0263627b7ac83e95c6676d94ef5153
Merge branch 'qa' of http://git.vipzhuang.cn/wxd/MShopWeApp
Showing
1 changed file
with
2 additions
and
2 deletions
packageA/pages/serviceCard_pd/goodsInfo/goodsInfo.js
... | ... | @@ -3587,7 +3587,7 @@ Page({ |
3587 | 3587 | |
3588 | 3588 | var wp= 52 * unit; |
3589 | 3589 | var hp=755 * unit |
3590 | - self.draw_pos_price(context,wp,hp,self.data.data.market_price,unit); | |
3590 | + self.draw_pos_price(context,wp,hp,self.data.data.show_price,unit); | |
3591 | 3591 | } |
3592 | 3592 | |
3593 | 3593 | |
... | ... | @@ -3612,7 +3612,7 @@ Page({ |
3612 | 3612 | context.fillText('¥' + price, 54 * unit, 735 * unit); |
3613 | 3613 | var wp= 62 * unit+ut.measureText('¥' + price, 32 * unit); |
3614 | 3614 | var hp=735 * unit |
3615 | - this.draw_pos_price(context,wp,hp,this.data.data.market_price,unit); | |
3615 | + this.draw_pos_price(context,wp,hp,this.data.data.show_price,unit); | |
3616 | 3616 | |
3617 | 3617 | } |
3618 | 3618 | ... | ... |