Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-17 12:43:09 +08:00
parent ab1e5cb62a
commit b4fb7d14d4
31 changed files with 84 additions and 85 deletions

View File

@@ -449,7 +449,7 @@ class UgcIntroController extends CommonIntroController with ReloadMixin {
mid: mid,
isFollow: attr != 0,
followStatus: followStatus,
callback: (attribute) {
afterMod: (attribute) {
followStatus['attribute'] = attribute;
Future.delayed(const Duration(milliseconds: 500), queryFollowStatus);
},

View File

@@ -829,7 +829,7 @@ class _UgcIntroPanelState extends State<UgcIntroPanel> {
context: context,
mid: item.mid,
isFollow: false,
callback: (val) {
afterMod: (val) {
introController.staffRelations['${item.mid}'] =
true;
},