🏷️ typo

This commit is contained in:
目棃
2025-03-18 13:42:21 +08:00
parent e308e4789c
commit b276b04f23
7 changed files with 50 additions and 88 deletions

View File

@@ -91,7 +91,7 @@ watch(
);
async function loadUser(): Promise<void> {
const resp = await bbsReq.otherUserInfo(props.gid, props.uid);
const resp = await bbsReq.otherUserInfo(props.gid.toString(), props.uid);
if ("retcode" in resp) {
showSnackbar.warn(`[${resp.retcode}] ${resp.message}`);
return;