1 |
- <view class="container"><view class="banner"><swiper class="carousel" autoplay="true" duration="400" interval="5000" data-event-opts="{{[['change',[['swiperChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{carouselList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item class="carousel-item"><image src="../../static/img/banner.png"></image></swiper-item></block></swiper><view class="swiper-dots"><block wx:for="{{swiperLength}}" wx:for-item="item" wx:for-index="index"><view class="{{['swiper-dots-item',(swiperCurrent+1===index)?'current':'']}}"></view></block></view></view><view class="swiper-btm flex"><view class="btm-item flex"><image class="image1" src="../../static/icon/index1.png" mode></image><view>实名认证</view></view><view class="btm-item flex"><image class="image2" src="../../static/icon/index2.png" mode></image><view>专业培训</view></view><view class="btm-item flex"><image class="image3" src="../../static/icon/index3.png" mode></image><view>代办问诊</view></view></view><view class="main flex"><block wx:for="{{pzlist}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['navTo',['/pages/index/yypz?type='+item.id]]]]]}}" class="main-item" bindtap="__e"><view class="main-image"><image src="{{item.image}}" mode></image></view><view class="main-font">{{item.name}}</view></view></block></view><view class="title"><view class="xian"></view><view class="title-font">代办服务</view></view><view class="dbfw flex"><block wx:for="{{dblist}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['navTo',['/pages/index/yydb?type='+item.id]]]]]}}" class="dbfw-item" bindtap="__e"><view class="dbfw-left"><image src="{{item.image}}" mode></image></view><view class="dbfw-right"><view class="dbfw-title">{{item.name}}</view><view class="dbfw-tip">{{item.info}}</view></view></view></block></view><view data-event-opts="{{[['tap',[['navTo',['/pages/index/card']]]]]}}" class="card" bindtap="__e"><image src="../../static/img/index11.png" mode></image></view><view class="title"><view class="xian"></view><view class="title-font">新闻资讯</view></view><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['navto',['$0'],[[['dataList','',index]]]]]]]}}" class="list" bindtap="__e"><view class="img"><image src="{{item.image_input[0]}}" mode></image></view><view class="right"><view class="r-title clamp2">{{item.title}}</view><view class="time">{{item.add_time}}</view></view></view></block></view>
|