Feat:收礼对接
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
:key="cartIndex"
|
||||
class="gift-body"
|
||||
@click="giftItemClickHanlde(item)"
|
||||
v-if="item.isBlind === 0"
|
||||
>
|
||||
<view class="gift-img">
|
||||
<image
|
||||
@@ -172,6 +173,25 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="item.isTravelGroup === 1" class="gift-body" @click="giftItemClickHanlde(item)">
|
||||
<view class="gift-img">
|
||||
<image
|
||||
:src="item.travelGroupProductInfo.mainImage"
|
||||
class="img"
|
||||
mode="widthFix"
|
||||
/>
|
||||
</view>
|
||||
<view class="gift-good-info">
|
||||
<view class="name more-t">
|
||||
{{ item.travelGroupProductInfo.name }}
|
||||
</view>
|
||||
<view class="price-wrap">
|
||||
<view class="price">
|
||||
<text class="prefix">¥</text>{{ item.travelGroupProductInfo.price }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="gift-bottom">
|
||||
<view class="gift-txt">
|
||||
<!-- 赠言:{{ item.message || '' }} -->
|
||||
|
||||
Reference in New Issue
Block a user