This commit is contained in:
2025-12-27 09:01:32 +08:00
commit 24647b844e
712 changed files with 2718 additions and 0 deletions

View File

@@ -0,0 +1 @@
<block wx:if="{{$root.g0}}"><view class="{{['container-box',className]}}"><block wx:if="{{$root.g1>1}}"><swiper class="item-wrap" style="{{'height:'+(swiperHeight+'px')+';'}}" indicator-dots="{{$root.g2>1}}" indicator-active-color="#ffffff" autoplay="{{true}}" interval="{{3000}}" duration="{{1000}}" current="{{currentIndex}}" data-event-opts="{{[['change',[['changeSwiper',['$event']]]]]}}" bindchange="__e"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item data-event-opts="{{[['tap',[['jumppage',['$0'],[[['advList','',index,'adv_url']]]]]]]}}" bindtap="__e"><view class="image-box"><image src="{{item.g3}}" mode="widthFix" id="{{'content-wrap'+index}}"></image></view></swiper-item></block></swiper></block><block wx:else><view class="container-box item-wrap"><image src="{{$root.g4}}" mode="widthFix" lazy-load="true" data-event-opts="{{[['load',[['imageLoad',['$event']]]],['tap',[['jumppage',['$0'],['advList.__$n0.adv_url']]]]]}}" bindload="__e" bindtap="__e"></image></view></block></view></block>