🚸 首页卡池不传递ck

This commit is contained in:
BTMuli
2025-06-09 13:50:39 +08:00
parent 291e92edd6
commit e23a0363c1
2 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ async function loadCover(): Promise<void> {
cover.value = poolCover.value[postId];
return;
}
const resp = await postReq.post(postId);
const resp = await postReq.post(postId, {});
if ("retcode" in resp) {
showSnackbar.error(`[PhPoolCard][${resp.retcode}] ${resp.message}`);
await TGLogger.Error(`[PhPoolCard][${resp.retcode}] ${resp.message}`);