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 // 非首次进入则重新初始化配置接口