|
@@ -56,7 +56,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 赠品 -->
|
|
<!-- 赠品 -->
|
|
- <view class="gift-box" v-if="dix==2">
|
|
|
|
|
|
+ <view class="gift-box" v-if="item.giftQty">
|
|
<view class="choose-product-item-img">
|
|
<view class="choose-product-item-img">
|
|
<image mode="aspectFit" :src="item.productImage?item.productImage+'?x-oss-process=image/resize,p_30':'/static/def_imgs.png'" style="width: 100%;height: 100%;"></image>
|
|
<image mode="aspectFit" :src="item.productImage?item.productImage+'?x-oss-process=image/resize,p_30':'/static/def_imgs.png'" style="width: 100%;height: 100%;"></image>
|
|
<view class="back-price xiajia" v-if="!item.status">下架</view>
|
|
<view class="back-price xiajia" v-if="!item.status">下架</view>
|
|
@@ -72,9 +72,7 @@
|
|
<text :max-lines="1" overflow="ellipsis">{{item.productOrigCode}}</text>
|
|
<text :max-lines="1" overflow="ellipsis">{{item.productOrigCode}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="choose-product-item-left-info-price">
|
|
<view class="choose-product-item-left-info-price">
|
|
- <view>
|
|
|
|
- <!-- <view class="price-txt" v-if="item.status==1">¥<text>0.00</text></view> -->
|
|
|
|
- </view>
|
|
|
|
|
|
+ <view></view>
|
|
<view>
|
|
<view>
|
|
<view class="edit-qty">
|
|
<view class="edit-qty">
|
|
X <text>{{item.qty}}</text>
|
|
X <text>{{item.qty}}</text>
|