mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
@@ -40,7 +40,7 @@ class FollowController extends GetxController with GetTickerProviderStateMixin {
|
||||
}
|
||||
|
||||
Future<void> queryFollowUpTags() async {
|
||||
var res = await MemberHttp.followUpTags();
|
||||
final res = await MemberHttp.followUpTags();
|
||||
if (res.isSuccess) {
|
||||
tabs
|
||||
..assign(MemberTagItemModel(name: '全部关注'))
|
||||
|
||||
Reference in New Issue
Block a user