From e3680e0ffb559ee136451a38e91ab0fe9eb265a6 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期二, 15 十月 2024 17:58:01 +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"> 客服电话 : <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