|
|
@ -157,16 +157,20 @@ |
|
|
<!-- 顶部空白间距 --> |
|
|
<!-- 顶部空白间距 --> |
|
|
<view style="height: 20rpx;"></view> |
|
|
<view style="height: 20rpx;"></view> |
|
|
|
|
|
|
|
|
<!-- 广告位1:完整卡片广告 (始终显示) --> |
|
|
<!-- 广告位1:轮播图1 --> |
|
|
<view class="waterfall-item"> |
|
|
<view class="waterfall-item"> |
|
|
<view class="ad-card ad-full-card"> |
|
|
<view class="ad-card ad-full-card"> |
|
|
<image |
|
|
<swiper class="ad-swiper" autoplay="true" interval="3000" duration="500" circular="true"> |
|
|
class="ad-image" |
|
|
<swiper-item> |
|
|
src="/images/1.jpg" |
|
|
<image class="ad-image" src="/images/1.jpg" mode="aspectFill" bindtap="onAdClick" data-ad="ad_slot_1_1" data-src="/images/1.jpg"></image> |
|
|
mode="aspectFill" |
|
|
</swiper-item> |
|
|
bindtap="onAdClick" |
|
|
<swiper-item> |
|
|
data-ad="ad_slot_1" |
|
|
<image class="ad-image" src="/images/2.jpg" mode="aspectFill" bindtap="onAdClick" data-ad="ad_slot_1_2" data-src="/images/2.jpg"></image> |
|
|
></image> |
|
|
</swiper-item> |
|
|
|
|
|
<swiper-item> |
|
|
|
|
|
<image class="ad-image" src="/images/3.jpg" mode="aspectFill" bindtap="onAdClick" data-ad="ad_slot_1_3" data-src="/images/3.jpg"></image> |
|
|
|
|
|
</swiper-item> |
|
|
|
|
|
</swiper> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
@ -190,9 +194,6 @@ |
|
|
bindload="onImageLoad" |
|
|
bindload="onImageLoad" |
|
|
data-index="{{index}}" |
|
|
data-index="{{index}}" |
|
|
data-column="left" |
|
|
data-column="left" |
|
|
bindtap="previewImage" |
|
|
|
|
|
data-item="{{item}}" |
|
|
|
|
|
data-index="0" |
|
|
|
|
|
></image> |
|
|
></image> |
|
|
<view wx:if="{{item.supplyStatus === '预售'}}" class="promo-tag presale">预售</view> |
|
|
<view wx:if="{{item.supplyStatus === '预售'}}" class="promo-tag presale">预售</view> |
|
|
<view wx:if="{{item.supplyStatus === '现货'}}" class="promo-tag in-stock">现货</view> |
|
|
<view wx:if="{{item.supplyStatus === '现货'}}" class="promo-tag in-stock">现货</view> |
|
|
@ -224,10 +225,11 @@ |
|
|
<view class="ad-card ad-half-image"> |
|
|
<view class="ad-card ad-half-image"> |
|
|
<image |
|
|
<image |
|
|
class="ad-image-half" |
|
|
class="ad-image-half" |
|
|
src="/images/2.jpg" |
|
|
src="/images/4.jpg" |
|
|
mode="aspectFill" |
|
|
mode="aspectFill" |
|
|
bindtap="onAdClick" |
|
|
bindtap="onAdClick" |
|
|
data-ad="ad_slot_2" |
|
|
data-ad="ad_slot_2" |
|
|
|
|
|
data-src="/images/4.jpg" |
|
|
></image> |
|
|
></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -251,9 +253,6 @@ |
|
|
bindload="onImageLoad" |
|
|
bindload="onImageLoad" |
|
|
data-index="{{index}}" |
|
|
data-index="{{index}}" |
|
|
data-column="right" |
|
|
data-column="right" |
|
|
bindtap="previewImage" |
|
|
|
|
|
data-item="{{item}}" |
|
|
|
|
|
data-index="0" |
|
|
|
|
|
></image> |
|
|
></image> |
|
|
<view wx:if="{{item.supplyStatus === '预售'}}" class="promo-tag presale">预售</view> |
|
|
<view wx:if="{{item.supplyStatus === '预售'}}" class="promo-tag presale">预售</view> |
|
|
<view wx:if="{{item.supplyStatus === '现货'}}" class="promo-tag in-stock">现货</view> |
|
|
<view wx:if="{{item.supplyStatus === '现货'}}" class="promo-tag in-stock">现货</view> |
|
|
|