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 -