| | |
| | | <view class="homePage-main"> |
| | | <view class="swiper-bg"> |
| | | <swiper autoplay="{{ true }}" class="swiper" indicator-dots="{{ true }}"> |
| | | <swiper-item class="swiper-main" wx:for="{{ banner }}" wx:key="index"> |
| | | <image class="swiper-item" src="{{ item }}" /> |
| | | <swiper-item class="swiper-main"> |
| | | <view class="swiper-main-image"> |
| | | <image class="swiper-item" src="{{ imgUrl }}Banner1.png" /> |
| | | <image class="swiper-item1" src="{{ imgUrl }}banner4.png" /> |
| | | </view> |
| | | </swiper-item> |
| | | <swiper-item class="swiper-main"> |
| | | <view class="swiper-main-image"> |
| | | <image class="swiper-item" src="{{ imgUrl }}Banner2.png" /> |
| | | <image class="swiper-item2" src="{{ imgUrl }}banner3.png" /> |
| | | </view> |
| | | </swiper-item> |
| | | </swiper> |
| | | <view class="swiper-head"> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="main"> |
| | | <view style="height: 32rpx;"> |
| | | |
| | | </view> |
| | | <!-- 服务申请 --> |
| | | <view> |
| | | <view class="main_title">服务申请</view> |
| | |
| | | <van-icon name="arrow" size="16" /> |
| | | </view> |
| | | </view> |
| | | <view class="dt_card" bindtap="goSeeMessage" wx:for="{{ newMessage }}" style="margin-top:{{index===0?0:'8px'}}" wx:key="index"> |
| | | <view class="dt_card" bindtap="goSeeMessage" data-url="{{item.showUrl}}" wx:for="{{ newMessage }}" style="margin-top:{{index===0?0:'8px'}}" wx:key="index"> |
| | | <view class="dt_card_l"> |
| | | <view class="dt_card_title">{{item.title}}</view> |
| | | <view class="dt_card_time"> |
| | |
| | | <view wx:if="{{ AiModal.caseDes?true:false }}" class="AiModal-search"> |
| | | <view class="AiModal"> |
| | | <image src="{{imgUrl}}AICase.png" mode="" /> |
| | | <view class="AiModal-title">穗调解数智人提醒您</view> |
| | | <view class="AiModal-title">解纷数智人提醒您</view> |
| | | <view class="AiModal-subTitle">为了更好的帮助您解决问题,向您推荐了与您反映问题相似的典型案例和相关法条</view> |
| | | <van-button bind:click="AiModalClick" class="AiModal-button" round block data-item="{{ AiModal }}" type="primary">前往查看</van-button> |
| | | </view> |