mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-16 21:09:07 +08:00
🚸 首页卡池不传递ck
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user