mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
handle relation url
Closes #1566 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -157,8 +157,8 @@ class UgcIntroController extends CommonIntroController with ReloadMixin {
|
||||
return;
|
||||
}
|
||||
var result = await MemberHttp.memberCardInfo(mid: mid);
|
||||
if (result['status']) {
|
||||
userStat.value = result['data'];
|
||||
if (result.isSuccess) {
|
||||
userStat.value = result.data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user