- <view class="indexContainer">
- <!-- 轮播图区域 -->
- <swiper class="banners" autoplay circular interval="2000" indicator-dots="true" indicator-color="ivory" indicator-active-color="#d43c33" next-margin="0rpx" previous-margin="0rpx">
- <swiper-item wx:for="{{bannersList}}" wx:key="key">
- <image src="{{item}}"></image>
- </swiper-item>
- </swiper>
- <!-- 景区介绍的正文 -->
- <view>
- <rich-text nodes="{{htmlSnip}}"></rich-text>
- </view>
- </view>
|