| | |
| | | |
| | | <!-- 幻灯片 --> |
| | | <view class="homePage-main"> |
| | | <swiper autoplay="{{ true }}" class="swiper" indicator-dots="{{ true }}"> |
| | | <swiper-item wx:for="{{ banner }}" wx:key="index"> |
| | | <image class="swiper-item" src="{{ item }}" /> |
| | | </swiper-item> |
| | | </swiper> |
| | | <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> |
| | | </swiper> |
| | | <view class="swiper-head"> |
| | | <view class="mediate"> |
| | | <view>你好,{{userInfo.trueName||'游客'}}</view> |
| | | <view bindtap="_handleGoPage" data-url="../../pages/me/index" wx:if="{{userInfo.realStatus===1}}" class="public-color">个人中心</view> |
| | | <view wx:else bindtap="handleNavigateTo" data-url="../../pages/realNameAuthentication/index" data-type="register" class="public-color">实名认证</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="main"> |
| | | <view class="mediate"> |
| | | <view>你好,{{userInfo.trueName||'游客'}}</view> |
| | | <view bindtap="_handleGoPage" data-url="../../pages/me/index" wx:if="{{userInfo.realStatus===1}}" class="public-color">个人中心</view> |
| | | <view wx:else bindtap="handleNavigateTo" data-url="../../pages/realNameAuthentication/index" data-type="register" class="public-color">实名认证</view> |
| | | <view style="height: 32rpx;"> |
| | | |
| | | </view> |
| | | <!-- 服务申请 --> |
| | | <view> |
| | |
| | | <!-- 咨询动态 --> |
| | | <view> |
| | | <view class="flex_dt"> |
| | | <view class="main_title">咨询动态</view> |
| | | <view class="main_title">资讯动态</view> |
| | | <view bindtap="handleGetMore" data-type="newMsg" wx:if="{{ newMessageMore }}" class=" flex_dt_more"> |
| | | <text>查看更多</text> |
| | | <van-icon name="arrow" size="16" /> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="dt_card_r"> |
| | | <image src="{{item.showUrl}}" mode="" /> |
| | | <image src="{{item.imageUrl}}" mode="" /> |
| | | </view> |
| | | </view> |
| | | </view> |