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 }}
-
-
-
-
-
-