From 58dadbb95ac88517aab4902615b0bc7236e7fcc9 Mon Sep 17 00:00:00 2001 From: liu1013269528 <1013269528@qq.com> Date: Mon, 14 Feb 2022 00:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E2=80=9CComputedRef<{=20bgColor:=20string;=20fixed:=20boolean;?= =?UTF-8?q?=20show:=20boolean;=20}>=E2=80=9D=E4=B8=8A=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E5=B1=9E=E6=80=A7=E2=80=9Cfixed=E2=80=9D=E3=80=82=20?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=AE=A1=E7=AE=97=E5=B1=9E=E6=80=A7=E5=80=BC?= =?UTF-8?q?=EF=BC=8C=E9=9C=80=E8=A6=81=E5=A2=9E=E5=8A=A0=20value=20?= =?UTF-8?q?=E5=90=A6=E5=88=99=E8=BF=94=E5=9B=9E=20undefined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TagsView/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index fcd5bcb..d85b435 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -258,8 +258,8 @@ window.pageYOffset || document.body.scrollTop; // 滚动条偏移量 state.isMultiHeaderFixed = !!( - !getHeaderSetting.fixed && - getMultiTabsSetting.fixed && + !getHeaderSetting.value.fixed && + getMultiTabsSetting.value.fixed && scrollTop >= 64 ); }