From f3bb6a1782e7e31b4341d5c7b3bca20fbfb4485b Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Wed, 17 Dec 2025 15:43:37 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=99=BA=E8=83=BD=E4=BD=93?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E5=92=8C=E5=8E=9F=E6=9D=A5=E7=9A=84=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E9=83=BD=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/customer-service.js | 10 +- components/hover-nav/hover-nav.vue | 189 +++++++++-------------------- 2 files changed, 69 insertions(+), 130 deletions(-) diff --git a/common/js/customer-service.js b/common/js/customer-service.js index 22a0857..fa1bd8f 100644 --- a/common/js/customer-service.js +++ b/common/js/customer-service.js @@ -230,7 +230,15 @@ export class CustomerService { this.makePhoneCall(); } } - +// 新增:企业微信客服处理方法 + handleQyWeixinKefuClick() { + console.log('企业微信客服点击'); + // 实现企业微信客服的逻辑(比如调用企业微信客服接口、跳转企业微信会话等) + // 示例: + wx.navigateTo({ + url: '/pages/kefu/qyweixin-kefu' + }); + } /** * 打开微信小程序客服 * @param {Object} config 客服配置 diff --git a/components/hover-nav/hover-nav.vue b/components/hover-nav/hover-nav.vue index 8e0976f..0efd8cc 100644 --- a/components/hover-nav/hover-nav.vue +++ b/components/hover-nav/hover-nav.vue @@ -4,56 +4,29 @@ - 🤖 - {{ unreadCount > 99 ? '99+' : unreadCount }} - - - - - - - - - - + - -