处理滚动

This commit is contained in:
李瑞
2025-09-14 16:25:16 +08:00
parent 6295b2b379
commit df2340444b
2 changed files with 82 additions and 66 deletions

View File

@@ -226,7 +226,9 @@ const ListPage = () => {
/>
<View ref={scrollContextRef}>
{/* <ShareCardCanvas /> */}
{/* 综合筛选 */}
{/* 列表内容 */}
<View className={styles.listPage} style={{ paddingTop: totalHeight }}>
{/* 综合筛选 */}
{isShowFilterPopup && (
<View>
<FilterPopup
@@ -242,8 +244,6 @@ const ListPage = () => {
/>
</View>
)}
{/* 列表内容 */}
<View className={styles.listPage} style={{ paddingTop: totalHeight }}>
<View
className={`${styles.listTopSearchWrapper}`}
>