diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml index e89f9d6..d7c58b4 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxml +++ b/pages/goods/goodsInfo/goodsInfo.wxml @@ -235,6 +235,9 @@ {{card_name}} {{filters.toFix(data[card_field],2)}} + + 原价:¥{{data.market_price}} + {{ filters.toFix(data.shop_price,2)}} @@ -255,7 +258,10 @@ {{g_filters.get_card_price(data,card_list,1)}} - {{g_filters.get_card_price(data,card_list,0)}} + + + ¥{{g_filters.get_card_price(data,card_list,0)}} + diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index fe14616..e533e88 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -2298,4 +2298,8 @@ right:17rpx; top:55rpx; transform: rotate(45deg);display:inline-block; margin-bottom:3rpx; +} +.carde_frame{ + height: 50rpx; + line-height: 18rpx } \ No newline at end of file