♻️ 战绩页世界探索结构调整

close #91
This commit is contained in:
目棃
2024-02-02 13:19:30 +08:00
parent bc63201b02
commit e9244f6352
6 changed files with 171 additions and 103 deletions

View File

@@ -33,7 +33,7 @@ export async function getGameRecord(
})
.then((res) => {
if (res.data.retcode !== 0) {
return res.data;
return <TGApp.BBS.Response.Base>res.data;
}
return res.data.data;
});