- <template name="1f0c5807"><view id="banner_container" class="_div data-v-2032ed71"><swiper class="_swiper data-v-2032ed71 screen-swiper round-dot full_img main_banner" indicator-dots="{{true}}" circular="{{true}}" autoplay="{{true}}" interval="5000" duration="500"><swiper-item wx:key="index" key="{{index}}" class="_swiper-item data-v-2032ed71 full_img main_banner" wx:for="{{banners}}" wx:for-index="index" wx:for-item="item"><image src="{{item.src}}" mode="aspectFill" class="_img data-v-2032ed71 full_img main_banner"></image> <button class="_button data-v-2032ed71 cu-btn bg-yellow text-white join_button" bindtap="handleProxy" data-eventid="{{'0_'+index}}" data-comkey="{{$k}}">{{
- item.button_text
- }}
- </button></swiper-item></swiper></view></template>
|