mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-25 22:29:42 +08:00
🏷️ typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user