From 79b196363a2a7fe0cc0b8d7aa176d9d930b408a1 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 22 十月 2024 11:18:49 +0800
Subject: [PATCH] update 首页、我的、商品列表和详情的客服样式功能变更

---
 pages/home/home.vue |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 0ce708d..2aa83e4 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -2,7 +2,7 @@
 	<view class="main-container user-home">
 		<view class="bg-top-green"></view>
 		<!-- 顶部,可能 -->
-		<view class="school" :style="{'padding-top':(StatusBar)+'px'
+		<view class="school flex" :style="{'padding-top':(StatusBar + 14)+'px'
 		,height:CustomBar+'rpx','line-height':CustomBar+'rpx' }">
 			<!--   <picker @change="PickerChangeSchool" :value="areaIndex" :range="schools" range-key="name">
         <view class="picker flex">
@@ -17,6 +17,9 @@
 				<view>
 					{{ addressDesc || (address&&address.id?address.address: '选择地址')  }}
 				</view>
+			</view>
+			<view class="m-l-a m-r-0" style="position: relative;" @click="goto('/sub_pages/supplier/customer_service/customer_service',false)">
+				<image src="@/static/common/icon-kf.png" class="icon-kf img100"></image>				
 			</view>
 		</view>
 		<view class="search-container m-t-12 flex" @click="goto('/pages/home/components/home-search',false)">
@@ -516,5 +519,13 @@
 
 	/* #ifdef PUB_CUSTOMER */
 	@import "@/sub_pages/customer/coupon/coupon.scss";
-	/* #endif */
+	/* #endif */
+	.icon-kf{
+		width: 44rpx;
+		height: 44rpx;
+		// margin-top: 12rpx;
+		position: absolute;
+		right: 0rpx;
+		bottom: 22rpx;
+	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3