mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
@@ -23,8 +23,9 @@ class MemberContributeCtr extends GetxController
|
||||
@override
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
SpaceTab2 contribute =
|
||||
_ctr.tab2!.firstWhere((item) => item.param == 'contribute');
|
||||
SpaceTab2 contribute = _ctr.tab2!.firstWhere(
|
||||
(item) => item.param == 'contribute',
|
||||
);
|
||||
if (contribute.items?.isNullOrEmpty == false) {
|
||||
items = contribute.items;
|
||||
if (contribute.items!.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user