|
@@ -9,7 +9,7 @@
|
|
|
<view class="content-view">
|
|
<view class="content-view">
|
|
|
<view :class="['product-title', 'ellipsis1']">{{ i.goods_name }}</view>
|
|
<view :class="['product-title', 'ellipsis1']">{{ i.goods_name }}</view>
|
|
|
<view class="product-price">
|
|
<view class="product-price">
|
|
|
- <text class="product-price-favour">¥{{i.cost_price}}</text>
|
|
|
|
|
|
|
+ <text class="product-price-favour" v-if="type != 6">¥{{i.cost_price}}</text>
|
|
|
<text class="product-price-original"><text class="product-unit">¥</text>{{ i.price }}</text>
|
|
<text class="product-price-original"><text class="product-unit">¥</text>{{ i.price }}</text>
|
|
|
|
|
|
|
|
<!-- <text class="product-tip">{{i.tip}}</text> -->
|
|
<!-- <text class="product-tip">{{i.tip}}</text> -->
|