mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: follow staff
related #481 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -162,7 +162,7 @@ class VideoIntroController extends GetxController
|
||||
if (res.data['code'] == 0) {
|
||||
staffRelations.value = {
|
||||
'status': true,
|
||||
...res.data['data'],
|
||||
if (res.data['data'] != null) ...res.data['data'],
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user