no message

This commit is contained in:
A1300399510 2024-12-26 18:51:41 +08:00
parent c0bdfa102f
commit c6b0895e9c

View File

@ -8,7 +8,7 @@
<image class="slideshow-img" src="{{ item.imageurl }}" mode="widthFix" bindload="loadHeadSwiper" bind:tap="handleSwiper" data-index="{{ index }}" show-menu-by-longpress="{{ true }}"></image>
</swiper-item>
</swiper>
<view wx:else class="" style="height: {{(swiperHeightList[swiperCurrent] + 5) || 124 }}px;">1</view>
<view wx:else class="" style="height: {{(swiperHeightList[swiperCurrent] + 5) || 124 }}px;"></view>
<view class="indication-point flexcenter" wx:if="{{ banner.length > 1 }}">
<view class="indication-point-item {{ index == swiperCurrent ? 'pitch' : '' }}" wx:for="{{ banner }}" wx:key="index"></view>
</view>