13 lines
655 B
Plaintext
13 lines
655 B
Plaintext
<view class="home-page-header">
|
|
<view class="swiper-wrap">
|
|
<t-swiper wx:if="{{imgSrcs.length > 0}}" current="{{current}}" autoplay="{{autoplay}}" duration="{{duration}}" interval="{{interval}}" navigation="{{navigation}}">
|
|
<t-swiper-item wx:for="{{imgSrcs}}" wx:key="index">
|
|
<t-image src="{{item.img}}" t-class="t-image__swiper" bind:tap="navToActivityDetail" data-item="{{item}}" />
|
|
</t-swiper-item>
|
|
</t-swiper>
|
|
</view>
|
|
</view>
|
|
<view class="home-page-container">
|
|
<t-image t-class="searich_btn" shape="round" mode="heightFix" src="/images/search.jpg" bind:tap="uploadPicture" />
|
|
</view>
|
|
<view class="home-page-ad"></view> |