|
@@ -15,18 +15,18 @@
|
|
v-if="item.activity && item.activity.type === '2'">{{ $t(`砍价`) }}</span>
|
|
v-if="item.activity && item.activity.type === '2'">{{ $t(`砍价`) }}</span>
|
|
<span class="pictrue_log pictrue_log_class" :style="'background-color:' + labelColor"
|
|
<span class="pictrue_log pictrue_log_class" :style="'background-color:' + labelColor"
|
|
v-if="item.activity && item.activity.type === '3'">{{ $t(`拼团`) }}</span>
|
|
v-if="item.activity && item.activity.type === '3'">{{ $t(`拼团`) }}</span>
|
|
- <!-- <image :src="item.goodsImg" mode="aspectFit"></image> -->
|
|
|
|
- <image src="../../../../static/goods@2x.png" mode="aspectFit"></image>
|
|
|
|
|
|
+ <image :src="item.goodsCover" mode="aspectFit"></image>
|
|
|
|
+ <!-- <image src="../../../../static/goods@2x.png" mode="aspectFit"></image> -->
|
|
</view>
|
|
</view>
|
|
<view class="text-info">
|
|
<view class="text-info">
|
|
<view class="title" v-if="titleShow">
|
|
<view class="title" v-if="titleShow">
|
|
<u-text :prefixIcon="item.isHot == 1?'bookmark':''" iconStyle="font-size: 16px; color:red" :lines="2" bold block
|
|
<u-text :prefixIcon="item.isHot == 1?'bookmark':''" iconStyle="font-size: 16px; color:red" :lines="2" bold block
|
|
size="12" :text="item.goodsName"></u-text>
|
|
size="12" :text="item.goodsName"></u-text>
|
|
</view>
|
|
</view>
|
|
- <view class="tags" v-if="opriceShow">赠送{{ item.goodsPrice }}红积分</view>
|
|
|
|
|
|
+ <view class="tags" v-if="opriceShow">赠送{{ item.obtainIntegral }}红积分</view>
|
|
<view class="price" :style="{ color: fontColor }">
|
|
<view class="price" :style="{ color: fontColor }">
|
|
<view v-if="priceShow">
|
|
<view v-if="priceShow">
|
|
- <text>{{ $t(`¥`) }}</text>{{ item.goodsPrice }}
|
|
|
|
|
|
+ <text>{{ $t(`¥`) }}</text>{{ item.salePrice }}
|
|
</view>
|
|
</view>
|
|
<view class="txt" :style="'border:1px solid ' + labelColor + ';color:' + labelColor"
|
|
<view class="txt" :style="'border:1px solid ' + labelColor + ';color:' + labelColor"
|
|
:class="priceShow ? '' : 'on'" v-if="item.isNew">{{ $t(`新`) }}</view>
|
|
:class="priceShow ? '' : 'on'" v-if="item.isNew">{{ $t(`新`) }}</view>
|