From 609f70afc707edb84b423e4db8c6028ce6fabc57 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Thu, 8 Apr 2021 15:03:34 +0800 Subject: [PATCH] 上下架价格显示修改 --- packageA/pages/distribution/goods/goods.wxml | 255 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- packageA/pages/distribution/goods/goods.wxss | 4 ++++ 2 files changed, 257 insertions(+), 2 deletions(-) diff --git a/packageA/pages/distribution/goods/goods.wxml b/packageA/pages/distribution/goods/goods.wxml index 5148403..4d6b65b 100644 --- a/packageA/pages/distribution/goods/goods.wxml +++ b/packageA/pages/distribution/goods/goods.wxml @@ -1,3 +1,4 @@ + @@ -78,7 +79,132 @@ {{item.goods_name}} - {{item.market_price}} + + + + {{item.prom_integral}}积分 + + + + + + {{item.prom_price}} + + + + + + + {{item.market_price}} + + + + + + + + + + + + + + + {{filter.toFix(item[card_field],2)}} + + + {{card_name}} + + + + + + + + {{item.market_price}} + + + + + + + + + {{filter.toFix(item.shop_price,2)}} + + + + + + + {{item.market_price}} + + + + + + + + + + + + {{filter.toFix(item.shop_price,2)}} + + + + + {{item.market_price}} + + + + + + + {{filter.toFix(g_filter.get_card_price(item,card_list,0),2)}} + + + {{g_filter.get_card_price(item,card_list,1)}} + + + + + + + + + + {{filter.toFix(item.shop_price,2)}} + + + + + + + {{item.market_price}} + + + + + + + + + + + + {{filter.toFix(item.shop_price,2)}} + + + + + + + {{item.market_price}} + + + + + 分成金额:{{item.commission}} @@ -94,7 +220,132 @@ - {{item.market_price}} + + + + {{item.prom_integral}}积分 + + + + + + {{item.prom_price}} + + + + + + + {{item.market_price}} + + + + + + + + + + + + + + + {{filter.toFix(item[card_field],2)}} + + + {{card_name}} + + + + + + + + {{item.market_price}} + + + + + + + + + {{filter.toFix(item.shop_price,2)}} + + + + + + + {{item.market_price}} + + + + + + + + + + + + {{filter.toFix(item.shop_price,2)}} + + + + + {{item.market_price}} + + + + + + + {{filter.toFix(g_filter.get_card_price(item,card_list,0),2)}} + + + {{g_filter.get_card_price(item,card_list,1)}} + + + + + + + + + + {{filter.toFix(item.shop_price,2)}} + + + + + + + {{item.market_price}} + + + + + + + + + + + + {{filter.toFix(item.shop_price,2)}} + + + + + + + {{item.market_price}} + + + + + 分成金额:{{item.commission}} diff --git a/packageA/pages/distribution/goods/goods.wxss b/packageA/pages/distribution/goods/goods.wxss index 8a17232..ca41eec 100644 --- a/packageA/pages/distribution/goods/goods.wxss +++ b/packageA/pages/distribution/goods/goods.wxss @@ -324,5 +324,9 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { border: 2rpx solid #FF6768; } +.line_th { + text-decoration: line-through; +} + -- libgit2 0.21.4