|
|
@@ -30,13 +30,25 @@ class TeamListFansErrorState extends TeamListFansState { |
|
|
|
} |
|
|
|
|
|
|
|
/// 加载更多失败 |
|
|
|
class TeamListFansOnLoadErrorState extends TeamListFansState {} |
|
|
|
class TeamListFansOnLoadErrorState extends TeamListFansState { |
|
|
|
@override |
|
|
|
bool operator == (Object other) => false; |
|
|
|
} |
|
|
|
|
|
|
|
/// 加载更多数据成功 |
|
|
|
class TeamListFansOnLoadSuccessState extends TeamListFansState{} |
|
|
|
class TeamListFansOnLoadSuccessState extends TeamListFansState{ |
|
|
|
@override |
|
|
|
bool operator == (Object other) => false; |
|
|
|
} |
|
|
|
|
|
|
|
/// 下拉刷新成功 |
|
|
|
class TeamListFansOnRefreshSuccessState extends TeamListFansState{} |
|
|
|
class TeamListFansOnRefreshSuccessState extends TeamListFansState{ |
|
|
|
@override |
|
|
|
bool operator == (Object other) => false; |
|
|
|
} |
|
|
|
|
|
|
|
/// 下拉刷新数据失败 |
|
|
|
class TeamListFansOnRefreshErrorState extends TeamListFansState{} |
|
|
|
class TeamListFansOnRefreshErrorState extends TeamListFansState{ |
|
|
|
@override |
|
|
|
bool operator == (Object other) => false; |
|
|
|
} |