From 50b2fcf17ec5464ad71302e2764c591ec7be2be2 Mon Sep 17 00:00:00 2001 From: yunlongn Date: Thu, 27 Nov 2025 10:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/ui/su-fixed/su-fixed.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sheep/ui/su-fixed/su-fixed.vue b/sheep/ui/su-fixed/su-fixed.vue index 1c2140bc..338bd66c 100644 --- a/sheep/ui/su-fixed/su-fixed.vue +++ b/sheep/ui/su-fixed/su-fixed.vue @@ -150,8 +150,6 @@ }); const computedQuery = () => { - console.log('uuid', uuid) - console.log('computedQuery', sheep.$platform.device.windowHeight) uni.createSelectorQuery() .in(vm) .select(`#fixed-${uuid}`) @@ -168,9 +166,7 @@ }; const setFixed = (value) => { - console.log('setFixed1', sheep.$platform.device.windowHeight) if (unref(props.bottom)) { - console.log('setFixed2', sheep.$platform.device.windowHeight) state.fixed = value >= state.content.bottom -