From 0e21015e33ae66e594dd61e0a39a6c9e33d483da Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 15 Apr 2026 19:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E6=AD=A3=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-post-json.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/t-post-json.vue b/src/views/t-post-json.vue index 7fad8720..47ca645a 100644 --- a/src/views/t-post-json.vue +++ b/src/views/t-post-json.vue @@ -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);