From e3a8d46ed7f215a7ad1d61d7e6d3a853e3922361 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 19:13:47 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/index/index.wxml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/wechat_staff/pages/index/index.wxml b/wechat_staff/pages/index/index.wxml
index bc5f2c0..318b28f 100644
--- a/wechat_staff/pages/index/index.wxml
+++ b/wechat_staff/pages/index/index.wxml
@@ -1,17 +1,17 @@
<view class="container" >
- <view class="search_fix">
- <view style="height: {{clientTop - 2}}px;"></view>
+ <view style="height: {{ clientHeight + clientTop + 6}}px;" class="search_fix">
+ <view style="height: {{clientTop - 3}}px;"></view>
<view class="search_wrap">
<image class="icon" src="../../static/home_ic_search@2x.png" mode="widthFix"></image>
<input model:value="{{ searchValue }}" placeholder="鎼滅储" type="text" />
</view>
</view>
- <view class="everyday" >
+ <view class="everyday" style="margin-top: {{ clientHeight + clientTop + 20}}px;">
<view class="header" bindtap="promotionClick">
<view class="title">姣忔棩涓婃柊</view>
<view class="more">
<text class="placeholder9">鏌ョ湅鏇村</text>
- <image class="ar_new" src="../../static/ar_new@2x.png" mode="widthFix"></image>
+ <image class="ar_new" src="../../static/ar_new@2x.png"></image>
</view>
</view>
<view class="desc">
@@ -110,7 +110,7 @@
<view class="desc">璁捐韩澶勫湴涓轰綘鎬濊檻鏇村锛岄櫔浼翠綘鐨勭編濂界敓娲�</view>
</view>
</view>
- <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{serviceHeight}}rpx" duration="{{ bannerSwiperOption.duration }}">
+ <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{serviceHeight + 22}}rpx" duration="{{ bannerSwiperOption.duration }}">
<block wx:for="{{ serviceList }}" wx:key="index">
<swiper-item>
<image bindload='goserHeight' data-id="{{ item.id }}" data-title="{{item.title}}" bindtap="seriveClick" mode="widthFix" src="{{ item.fileList[0].fileurlFull }}"></image>
--
Gitblit v1.9.3