From ddcc05442d8ff0ab697ae72a70304be307fbeed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 12 Feb 2025 19:05:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9diy=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/diy.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/diy/diy.vue b/components/diy/diy.vue index b1c91393..e8fb3e88 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -671,11 +671,11 @@ if (!this.is_header_top && !this.is_immersion_model) { if (scroll_num >= this.sticky_top + 33 + (this.is_search_alone_row ? 0 : 33 + this.data_alone_row_space)) { this.temp_sticky_top = 0; - // #ifdef H5 + // #ifdef H5 || MP-TOUTIAO this.temp_header_top = 0; this.temp_sticky_no_h5_top = 0; // #endif - // #ifndef H5 + // #ifndef H5 || MP-TOUTIAO this.temp_header_top = this.sticky_top; this.temp_sticky_no_h5_top = this.sticky_top; // #endif From ded05b95432a0d4d090efcde6600df69ef14c7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 12 Feb 2025 19:16:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/modules/tabs-view.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index 70654c8b..0b9a42ba 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -55,7 +55,7 @@ - + 全部选项卡 @@ -188,6 +188,7 @@ // #endif newPropTop: '', newPropStyle: '', + platform: app.globalData.application_client_type(), // 默认数据 old_radius: { radius: 0, radius_top_left: 0, radius_top_right: 0, radius_bottom_left: 0, radius_bottom_right: 0 }, old_padding: { padding: 0, padding_top: 0, padding_bottom: 0, padding_left: 0, padding_right: 0 },