This commit is contained in:
xkeyC 2024-01-29 20:58:01 +08:00
parent 3f7c399234
commit 71880a6041

View File

@ -113,7 +113,11 @@ class HomeUIModel extends BaseUIModel {
.data));
countdownFestivalListData = await Api.getFestivalCountdownList();
notifyListeners();
handleError(() => _loadRRS());
try {
_loadRRS();
} catch (e) {
dPrint("_loadRRS Error:$e");
}
} catch (e) {
dPrint(e);
}