From 7b59cc3a3d2606c59101a9d5fe75038cd5912078 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Wed, 25 Sep 2024 14:07:34 +0800 Subject: [PATCH] 1.diy---header --- components/diy/diy.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/diy/diy.vue b/components/diy/diy.vue index 8c78cfd8..be3d0237 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -55,7 +55,7 @@ - + @@ -164,6 +164,7 @@ // 选项卡数据 tabs_data: {}, diy_data: [], + is_show_footer: false, tabs_home_id: this.propHomeId, // 商品列表 goods_list: [], @@ -202,6 +203,7 @@ footer_data: this.value.footer, diy_data: this.value.diy_data, tabs_data: this.value.tabs_data, + is_show_footer: this.value.header.com_data.content.bottom_navigation_show || false, }); uni.setStorageSync('diy-data-' + this.propId, this.value.diy_data); },