feat:更新Card样式

This commit is contained in:
2025-11-19 22:48:25 +08:00
parent 5151430132
commit e6ee934a3e
5 changed files with 32 additions and 33 deletions

View File

@@ -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);