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

@@ -174,7 +174,10 @@ class FoodProvider with ChangeNotifier {
if (isLoading) return;
try {
isLoading = true;
if (currentPage == 1) {
isLoading = true;
}
error = null;
notifyListeners();