From 94e60e3a4452401eae300dbddb9fe3797d442d5b Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 3 Nov 2023 18:12:36 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B5=8B=E8=AF=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/online-service/online-service.vue | 4 ++-- components/quick-nav/quick-nav.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/online-service/online-service.vue b/components/online-service/online-service.vue index 06755d9f..51e53229 100644 --- a/components/online-service/online-service.vue +++ b/components/online-service/online-service.vue @@ -149,7 +149,7 @@ var height = app.globalData.window_height_handle(system); // 页面是否定义导航 - var top_h = this.propIsNav ? 170 : 0; + var top_h = this.propIsNav ? 330 : 0; this.setData({ is_first: 0, system: system, @@ -161,7 +161,7 @@ height_dec: top_h, // #ifdef H5 || APP top: 250, - height_dec: this.propIsBar ? 190 : 90, + height_dec: this.propIsBar ? 350 : 250, // #endif // 是否使用客服系统 is_chat: this.propIsChat || this.is_chat, diff --git a/components/quick-nav/quick-nav.vue b/components/quick-nav/quick-nav.vue index 4cd1987b..e2b3d737 100644 --- a/components/quick-nav/quick-nav.vue +++ b/components/quick-nav/quick-nav.vue @@ -84,12 +84,12 @@ this.init_config(); // 页面是否定义导航 - var value = this.propIsNav ? 170 : 0; + var value = this.propIsNav ? 260 : 0; this.top = value; this.height_dec = value; // #ifdef H5 || APP - this.top = 250; - this.height_dec = this.propIsBar ? 190 : 90; + this.top = 180; + this.height_dec = this.propIsBar ? 280 : 180; // #endif // 非首次进入则重新初始化配置接口