|
|
|
@ -154,7 +154,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 限时特惠--新版--> |
|
|
|
<view class="sale-road-boxes xpth" style="margin-bottom: 18.67rpx;margin-top: 0;padding-top: 0;" wx:if="{{!isTest}}"> |
|
|
|
<view class="sale-road-boxes xpth" style="margin-bottom: 18.67rpx;margin-top: 0;padding-top: 0;" wx:if="{{false}}"> |
|
|
|
<!-- 上方标题部分 --> |
|
|
|
<view class="xsth-title"> |
|
|
|
<view class="xsth-left" style="display: flex;"> |
|
|
|
@ -203,6 +203,38 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 热门推荐--> |
|
|
|
<view class="sale-road-boxes xpth" style="margin-bottom: 18.67rpx;margin-top: 0;padding-top: 0;" wx:if="{{!isTest}}"> |
|
|
|
<!-- 上方标题部分 --> |
|
|
|
<view class="xsth-title"> |
|
|
|
<view class="xsth-left" style="display: flex;"> |
|
|
|
<image mode="heightFix" style="height:100rpx" src="{{indexSeason.xpth}}"></image> |
|
|
|
</view> |
|
|
|
<view class="time-box" style="z-index: 2;flex-shrink: 0;"></view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<!-- 商品部分 --> |
|
|
|
<view class="xpth-product" wx:if="{{xpth&&xpth.adv&&xpth.adv.length>0}}"> |
|
|
|
<!-- 左边的2个产品 --> |
|
|
|
<view class="xpth-left" > |
|
|
|
<view class="xpth-item" bindtap="bannerClick" data-item="{{xpth.adv[0]}}" style="background: none;"> |
|
|
|
<image src="{{xpth.adv[0].head_img}}" mode="" style="width: 100%;border-radius: 0;object-fit: unset;"/> |
|
|
|
</view> |
|
|
|
<view class="xpth-item" bindtap="bannerClick" data-item="{{xpth.adv[1]}}" style="background: none;"> |
|
|
|
<image src="{{xpth.adv[1].head_img}}" mode="" style="width: 100%;border-radius: 0;object-fit: unset"/> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 右边的banner --> |
|
|
|
<view class="xpth-banner" style="background: none;" > |
|
|
|
<view class="xpth-banner-swiper" bindtap="bannerClick" data-item="{{xpth.adv[2]}}" style="border-radius: 0"> |
|
|
|
<image src="{{xpth.adv[2].head_img}}" style="border-radius: 0;object-fit: unset"></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<!-- <image bindtap="goBanner" class="xpth-banner" data-url="{{xpth.adv.tdata}}" src="{{xpth.adv.head_img}}" mode="aspectFill" /> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 数字文旅--> |
|
|
|
<view class="sale-road-boxes" style="margin-top:0"> |
|
|
|
|