|
@@ -22,24 +22,24 @@ |
|
|
<image class="img" src="{{obj.cover}}" mode='scaleToFill'></image> |
|
|
<image class="img" src="{{obj.cover}}" mode='scaleToFill'></image> |
|
|
</view> |
|
|
</view> |
|
|
<div class="itemBox" wx:if="{{obj.couponList&&obj.couponList.length>0}}"> |
|
|
<div class="itemBox" wx:if="{{obj.couponList&&obj.couponList.length>0}}"> |
|
|
<view class="item" wx:for="{{obj.couponList}}" wx:key="index" bindtap="goDetail" data-type="{{item.type}}" data-id="{{item.id}}" data-couponid="{{item.couponId}}"> |
|
|
|
|
|
|
|
|
<view class="item" wx:for="{{obj.couponList}}" wx:key="index" bindtap="goDetail" data-type="{{item.type}}" data-id="{{item.id}}" data-couponid="{{item.couponId}}"> |
|
|
<view class="itemImg"> |
|
|
<view class="itemImg"> |
|
|
<image class="img" src="{{item.coverImg}}" mode='scaleToFill'></image> |
|
|
<image class="img" src="{{item.coverImg}}" mode='scaleToFill'></image> |
|
|
<view class="sellout" wx:if="{{item.remainInventory==0}}"> |
|
|
<view class="sellout" wx:if="{{item.remainInventory==0}}"> |
|
|
<image class="selloutImg" src="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_img_ysx.png"></image> |
|
|
<image class="selloutImg" src="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_img_ysx.png"></image> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class="titleNameBox"> |
|
|
<view class="titleNameBox"> |
|
|
<view class="titleName">{{item.title}}</view> |
|
|
<view class="titleName">{{item.title}}</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="priceBox"> |
|
|
<view class="priceBox"> |
|
|
<view class="sellingBox f"> |
|
|
<view class="sellingBox f"> |
|
|
<view class="fuhao">¥</view> |
|
|
<view class="fuhao">¥</view> |
|
|
<view class="int" wx:if="{{item.type!=50}}">{{item.salePriceStrQ?item.salePriceStrQ:item.salePriceStr}}</view> |
|
|
<view class="int" wx:if="{{item.type!=50}}">{{item.salePriceStrQ?item.salePriceStrQ:item.salePriceStr}}</view> |
|
|
<view class="fuhao" wx:if="{{item.type!=50}}">{{item.salePriceStrH?'.'+item.salePriceStrH:''}}</view> |
|
|
<view class="fuhao" wx:if="{{item.type!=50}}">{{item.salePriceStrH?'.'+item.salePriceStrH:''}}</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="int" wx:if="{{item.type==50}}">{{item.creditPrice}}</view> |
|
|
<view class="int" wx:if="{{item.type==50}}">{{item.creditPrice}}</view> |
|
|
<view class="fuhao" wx:if="{{item.type==50}}"> 积分</view> |
|
|
<view class="fuhao" wx:if="{{item.type==50}}"> 积分</view> |
|
|
</view> |
|
|
</view> |
|
@@ -54,7 +54,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="item moreItem" bindtap="lookAll"> |
|
|
<view class="item moreItem" bindtap="lookAll"> |
|
|
<view class="noDataImg"> |
|
|
<view class="noDataImg"> |
|
|
<image class="img" src="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_img_zwlp.png"></image> |
|
|
|
|
|
|
|
|
<image class="img" src="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_img_zwlp_1.png"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="noDataText">查看更多优惠活动</view> |
|
|
<view class="noDataText">查看更多优惠活动</view> |
|
|
</view> |
|
|
</view> |
|
|