feat: 实现 LoadMoreList 动态高度计算并修复双重滚动问题
### 新增功能 - LoadMoreList 组件支持动态高度测量 - 使用 Taro.createSelectorQuery() 运行时测量 - 新增 hasFooter prop(TabBar 页面) - 新增 extraBottomSpace prop(固定按钮等) - 支持响应式监听 props 变化 - 支持页面生命周期重新测量(useDidShow) - 自动处理底部安全区域 ### 修复 - 修复 4 个页面的双重滚动问题 - feedback-list, favorites, material-list, product-center - 添加页面容器 height: 100vh 和 overflow: hidden - 移除所有调试 console.log,保持代码整洁 ### 配置更新 - feedback-list: extraBottomSpace=280(固定按钮) - favorites: hasFooter=false - material-list: hasFooter=false - product-center: hasFooter=false - search: hasFooter=false - message: hasFooter=false - week-hot-material: hasFooter=false ### 文档 - CHANGELOG.md: 记录双重滚动问题修复 - lessons-learned.md: 添加坑 5(双重滚动问题) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
10 changed files
with
354 additions
and
32 deletions
-
Please register or login to post a comment