diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml
index ef7cb6d..86f83c8 100644
--- a/pages/goods/goodsInfo/goodsInfo.wxml
+++ b/pages/goods/goodsInfo/goodsInfo.wxml
@@ -244,7 +244,7 @@
- ¥{{ filters.toFix(data.shop_price,2)}}
+ ¥{{filters.toFix(data.shop_price,2)}}
原价:¥{{data.market_price}}
@@ -286,7 +286,7 @@
{{g_filters.get_card_price(data,card_list,1)}}
- 成为{{g_filters.get_card_price(data,card_list,1)}}立省{{data.market_price-g_filters.get_card_price(data,card_list,0)}}元
+ 成为{{g_filters.get_card_price(data,card_list,1)}}立省{{filters.toFix(data.market_price-g_filters.get_card_price(data,card_list,0),2)}}元
开通会员 尽享更多优惠