Merge branch 'fix' into alpha

This commit is contained in:
guozhigq
2023-09-29 23:14:10 +08:00
4 changed files with 43 additions and 11 deletions

View File

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