From 0326f6a2d285d980607f6facecb97ac0840b0ca3 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 15 十月 2024 15:02:25 +0800
Subject: [PATCH] 1.小程序-花店端-客服中心

---
 pages/user/supplier-user.vue |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue
index 9abb8a9..4acbf52 100644
--- a/pages/user/supplier-user.vue
+++ b/pages/user/supplier-user.vue
@@ -371,15 +371,23 @@
 				</view>
 			</view>
 
+			<view class="user-util m-t-12 flex"
+			v-if="selftype==='supplier'||selftype==='customer' || !selftype"
+			 @click="goto('/pages/customer_service/customer_service',false)">
+				<view class="title">我的客服</view>
+				<view class="right-icon">
+					<uni-icons type="right"></uni-icons>
+				</view>
+			</view>
 
 
 
 
-			<view class="user-util m-t-12 " v-if="selftype==='supplier'||selftype==='customer' || !selftype">
+			<!-- <view class="user-util m-t-12 " v-if="selftype==='supplier'||selftype==='customer' || !selftype">
 				<view class="title">我的客服</view>
 				<view class="flex flex-wrap-normal">
 					<image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image>
-					<!-- @click="callTel" -->
+					
 					<button open-type="contact" class="component-button-contact" @handleContact="handleContact">
 						<view class="name">
 							客服电话 : &nbsp;&nbsp; <span class="topic-gray">{{ tel }}</span>
@@ -390,7 +398,7 @@
 					</button>
 
 				</view>
-			</view>
+			</view> -->
 			<!-- 			<view class="user-util m-t-12 " @click="callTel" v-if="selftype==='partner'">
         <view class="name">
           账号: <span class="topic-gray">{{tel}}</span>

--
Gitblit v1.9.3