From 3a455bd64495647b4b7bdbdbd66ee537ddbdf89b Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Fri, 19 Dec 2025 11:59:52 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E5=90=88=E5=B9=B6=E6=88=90?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=AE=A2=E6=9C=8D=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/customer-service.js | 1 + components/hover-nav/hover-nav.vue | 19 +++++++++++++++---- pages/index/index.vue | 25 ++++++++++++++++++++++++- 3 files changed, 40 insertions(+), 5 deletions(-) diff --git a/common/js/customer-service.js b/common/js/customer-service.js index 22a0857..a4b7cac 100644 --- a/common/js/customer-service.js +++ b/common/js/customer-service.js @@ -14,6 +14,7 @@ export class CustomerService { */ getPlatformConfig() { const servicerConfig = this.vm.$store.state.servicerConfig; + console.log(`客服配置:`, servicerConfig) if (!servicerConfig) return null; // #ifdef H5 diff --git a/components/hover-nav/hover-nav.vue b/components/hover-nav/hover-nav.vue index 7d3d637..aa8baa7 100644 --- a/components/hover-nav/hover-nav.vue +++ b/components/hover-nav/hover-nav.vue @@ -1,18 +1,23 @@