From b9e7483f7b351583ccb6bbe13d0f3d84185b4ff8 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 19 Oct 2024 19:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E8=8F=9C=E5=8D=95=E9=97=B4?= =?UTF-8?q?=E8=B7=9D=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/diy.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/diy/diy.vue b/components/diy/diy.vue index a1abb0cc..34e3a311 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -78,8 +78,9 @@ - + + @@ -215,6 +216,7 @@ page_style: '', page_img_style: '', is_show_footer: false, + is_tabbar: false, tabs_home_id: this.propDataId, // 商品列表 goods_list: [], @@ -269,7 +271,8 @@ var is_show_footer = parseInt(app.globalData.get_key_data(this.propValue, 'header.com_data.content.bottom_navigation_show', 0)) == 1; var is_tabbar = app.globalData.is_tabbar_pages(); this.setData({ - is_show_footer: (is_show_footer && !is_tabbar) || is_tabbar, + is_show_footer: is_show_footer && !is_tabbar, + is_show_footer_height: is_tabbar || is_show_footer }); } else { app.globalData.is_config(this, 'init_config');