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');