fix: issues #135

This commit is contained in:
guozhigq
2023-09-24 01:20:34 +08:00
parent 6ea4626288
commit 8fa59f8f58

View File

@ -58,6 +58,7 @@ class _SeasonPanelState extends State<SeasonPanel> {
); );
currentIndex = i; currentIndex = i;
Get.back(); Get.back();
setState(() {});
} }
@override @override