mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-30 06:10:10 +08:00
@@ -77,10 +77,7 @@ class _MemberShopState extends State<MemberShop>
|
||||
case Loading():
|
||||
return SliverWaterfallFlow(
|
||||
gridDelegate: gridDelegate,
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(context, index) => const SpaceOpusSkeleton(),
|
||||
childCount: 10,
|
||||
),
|
||||
delegate: opusDelegate,
|
||||
);
|
||||
case Success(:final response):
|
||||
if (response == null || response.isEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user