mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-22 21:59:49 +08:00
🐛 修正类型异常
This commit is contained in:
@@ -94,7 +94,7 @@ onMounted(async () => {
|
||||
await TGLogger.Warn(`[${postId}]获取帖子数据失败:${resp.retcode} ${resp.message}`);
|
||||
return;
|
||||
}
|
||||
jsonData.value = resp.data;
|
||||
jsonData.value = resp.data.post;
|
||||
} catch (e) {
|
||||
const errMsg = TGHttps.getErrMsg(e);
|
||||
await showLoading.empty("获取数据失败", errMsg);
|
||||
|
||||
Reference in New Issue
Block a user