mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
@@ -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);
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user