fix(article): 文章列表页收藏状态与详情页同步
修复从文章详情页返回列表页时收藏状态未更新的问题。 - 在 material-list 页面添加 eventBus FAVORITES_UPDATE 事件监听 - 新增 handleFavoriteUpdate 函数处理来自详情页的收藏状态更新 - 使用 onMounted/onUnmounted 管理事件监听器生命周期 - 修复字段映射问题(metaId → id) 影响范围: src/pages/material-list/index.vue Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
1 changed file
with
62 additions
and
4 deletions
-
Please register or login to post a comment