feat:更新Card样式
This commit is contained in:
@@ -50,7 +50,6 @@ class _MomentPageState extends State<MomentPage> {
|
||||
// 上拉加载
|
||||
Future<void> _onLoad() async {
|
||||
final provider = context.read<FoodProvider>();
|
||||
|
||||
if (provider.hasMore) {
|
||||
await provider.loadMoreMomentList();
|
||||
_freshController.finishLoad(IndicatorResult.success);
|
||||
|
||||
Reference in New Issue
Block a user