|
|
@@ -9,12 +9,12 @@
|
|
|
<view :class="['product-title', 'ellipsis2']">{{ i.goods_name }}</view>
|
|
|
<view class="product-price">
|
|
|
<text class="product-price-favour" v-if="type==6">{{i.cost_price}}</text>
|
|
|
- <text class="product-price-original" v-if="type==4">{{ $h.Sub(i.price,i.consume) }}</text>
|
|
|
+ <text class="product-price-original" v-if="type==4">{{ i.price }}</text>
|
|
|
<text class="product-price-original" v-else>{{ i.price }}</text>
|
|
|
<text class="product-text" v-if="['3','4'].includes(type)">赠<text class="corFE2C15">{{ i.give_cha_bao }}</text>茶宝</text>
|
|
|
</view>
|
|
|
<view class="product-txt" v-if="type == 4">
|
|
|
- <text class="product-price-favour">{{i.price}}</text>
|
|
|
+ <text class="product-price-favour">{{i.market_price}}</text>
|
|
|
<text class="product-text">消费金抵</text>
|
|
|
<span class="corFE2C15">¥{{ Number(i.consume) }}</span>
|
|
|
</view>
|
|
|
@@ -23,7 +23,7 @@
|
|
|
<view class="product-txt" v-if="['3','4'].includes(type)">限时赠送<text class="corFE2C15">{{ i.teac }}</text>TeaC</view>
|
|
|
<view class="product-txt fenxiang" v-if="['3','4'].includes(type)">
|
|
|
<text class="iconfont red"></text>
|
|
|
- <text class="red">分享约获得{{ i.first_teac }}TeaC</text>
|
|
|
+ <text class="red">分享约获得{{ i.first_teac }}现金</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|