|
|
@@ -30,9 +30,14 @@
|
|
|
<text class="p_favour" v-if="(type == 2)"
|
|
|
>¥{{ detail.trade_price }} + {{detail.trade_num}}批发积分 + {{detail.treasure_price}}茶宝</text
|
|
|
>
|
|
|
- <text v-if="type == 6" class="p_favour">¥{{
|
|
|
- detail.min_price
|
|
|
- }}</text>
|
|
|
+ <view v-if="type == 6">
|
|
|
+ <text class="un_p_favour">¥{{
|
|
|
+ detail.original_price
|
|
|
+ }}</text>
|
|
|
+ <text class="p_favour">¥{{
|
|
|
+ detail.cost_price
|
|
|
+ }}</text>
|
|
|
+ </view>
|
|
|
<text v-if="(type == 1)" class="p_favour">¥{{
|
|
|
detail.cost_price
|
|
|
}}</text>
|
|
|
@@ -40,7 +45,7 @@
|
|
|
¥{{detail.cost_price}}
|
|
|
</text>
|
|
|
<text class="p_favour" v-if="(type == 5)">
|
|
|
- ¥{{detail.cost_price}} + + {{detail.treasure_price}}茶宝
|
|
|
+ ¥{{detail.cost_price}} + {{detail.treasure_price}}茶宝
|
|
|
</text>
|
|
|
</view>
|
|
|
<span class="p_trade" v-if="(type == 1)">送 {{detail.trade_give_num}} 批发积分</span>
|
|
|
@@ -462,6 +467,12 @@ page {
|
|
|
// content:"¥";
|
|
|
// }
|
|
|
}
|
|
|
+
|
|
|
+ .un_p_favour{
|
|
|
+ font-size: 28rpx;
|
|
|
+ text-decoration: line-through;
|
|
|
+ flex: 2;
|
|
|
+ }
|
|
|
.p_trade {
|
|
|
flex: 1;
|
|
|
font-size: 20rpx;
|