From 10b1ae70b7f5563563f4a7573b9eed62ccd84f00 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 18:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/diy/diy.vue b/components/diy/diy.vue index 2a45062a..85fe3ed8 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -668,7 +668,7 @@ } } // 判断顶部导航是否置顶 - if (!this.is_header_top) { + 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