feat:更新Card样式
This commit is contained in:
@@ -174,7 +174,10 @@ class FoodProvider with ChangeNotifier {
|
||||
if (isLoading) return;
|
||||
|
||||
try {
|
||||
isLoading = true;
|
||||
if (currentPage == 1) {
|
||||
isLoading = true;
|
||||
}
|
||||
|
||||
error = null;
|
||||
notifyListeners();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user