Skip to content

Commit

Permalink
发版一时爽,测试火葬场
Browse files Browse the repository at this point in the history
🐛 图片查看器刷新图片列表异常
  • Loading branch information
Stapxs committed Nov 14, 2024
1 parent c296ab4 commit d7c5181
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,10 @@ export default defineComponent({
})
}
})
if(initMainList) runtimeData.chatInfo.info.image_list = this.getImgList
const viewer = app.config.globalProperties.$viewer
if(!viewer.isShown || initMainList) {
runtimeData.chatInfo.info.image_list = this.getImgList
}
// 处理跳入跳转预设
// 如果 jump 参数不是 undefined,则意味着这次加载历史记录的同时需要跳转到指定的消息
if (runtimeData.chatInfo.show && runtimeData.chatInfo.show.jump) {
Expand Down

0 comments on commit d7c5181

Please sign in to comment.