From fc3422d53b7e948d84ac15d60705ecd096c7adb2 Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Tue, 10 Sep 2024 18:27:48 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master
---
gz-wxparty/pages/homePage/index.wxml | 29 +++++++++++++++++------------
1 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/gz-wxparty/pages/homePage/index.wxml b/gz-wxparty/pages/homePage/index.wxml
index a2364af..27c21ff 100644
--- a/gz-wxparty/pages/homePage/index.wxml
+++ b/gz-wxparty/pages/homePage/index.wxml
@@ -6,17 +6,22 @@
<!-- 幻灯片 -->
<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="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 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>
<view class="main_title">服务申请</view>
@@ -67,7 +72,7 @@
<!-- 咨询动态 -->
<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" />
@@ -81,7 +86,7 @@
</view>
</view>
<view class="dt_card_r">
- <image src="{{item.showUrl}}" mode="" />
+ <image src="{{item.imageUrl}}" mode="" />
</view>
</view>
</view>
--
Gitblit v1.8.0