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/user/supplier-user.vue | 32 ++++++++++++++++++++++++++++++-- 1 files changed, 30 insertions(+), 2 deletions(-) diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue index 2c87d6e..9f57d57 100644 --- a/pages/user/supplier-user.vue +++ b/pages/user/supplier-user.vue @@ -187,6 +187,34 @@ </view> </view> </view> + + <view class="user-utils kf-container m-20 flex" v-if="selftype==='customer'||!selftype" + @click="goto('/sub_pages/supplier/customer_service/customer_service',false)"> + <view class=""> + <image src="/static/common/icon-kf.png" class="icon-kf m-r-15 img100 icon"></image> + </view> + <view class="flex1" > + <view class="icon-view" style="font-weight: 600;"> + 我的客服 + </view> + <view class="flex m-t-12"> + <view class="flex1 w-fit m-auto icon-view" @click.stop="callTel"> + <image src="/static/common/icon-call.png" class="icon icon-call m-r-10 img100"></image> + {{tel}} + </view> + <view class="flex1 w-fit m-auto icon-view flex flex-wrap-normal" open-type="contact"> + <image src="/static/common/icon-wx.png" class="icon icon-call m-t-2 m-r-10 img100"></image> + + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + 在线客服 + </button> + </view> + + + </view> + </view> + </view> + <view class="user-utils m-20" v-if="selftype==='customer'||!selftype"> <view class="user-util m-t-12 user-customer-service-infos"> <view class="title flex"> @@ -371,14 +399,14 @@ </view> </view> - <view class="user-util m-t-12 flex" + <!-- <view class="user-util m-t-12 flex" v-if="selftype==='supplier'||selftype==='customer' || !selftype" @click="goto('/sub_pages/supplier/customer_service/customer_service',false)"> <view class="title">我的客服</view> <view class="right-icon"> <uni-icons type="right"></uni-icons> </view> - </view> + </view> --> -- Gitblit v1.9.3