mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-23 05:45:46 +08:00
🥅 Cannot read properties of undefined (reading 'text')
This commit is contained in:
@@ -192,7 +192,9 @@ onMounted(async () => {
|
||||
selectedForum.value = curForums.value[0];
|
||||
}
|
||||
const gameLabel = curGame.value?.text ?? "";
|
||||
await TGLogger.Info(`[Posts][${gameLabel}][onMounted][${selectedForum.value.text}] 打开帖子列表`);
|
||||
await TGLogger.Info(
|
||||
`[Posts][${gameLabel}][onMounted][${selectedForum.value?.text ?? ""}] 打开帖子列表`,
|
||||
);
|
||||
await freshPostData();
|
||||
firstLoad.value = true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user