feat(pages): 实现分类资料列表跳转功能
- 为 onboarding、family-office、signing 三个页面的 item 添加 categoryId
- 点击 item 时跳转到 material-list 页面并传递分类 ID 参数
- material-list 页面使用 useLoad 接收 categoryId 并预留 API 调用接口
- 保持向后兼容,无 categoryId 时显示所有资料
技术实现:
- 使用 useSectionList composable 的自定义点击处理函数
- 统一的 ID 命名规范:{page}-{module}-{feature}
- 完善的日志输出和错误处理
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
4 changed files
with
137 additions
and
6 deletions
-
Please register or login to post a comment