Browse Source

优化完善

dev-2.0
王子贤 1 month ago
parent
commit
7d08c2b513
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/controller/mine/mine_controller.dart

2
lib/controller/mine/mine_controller.dart

@ -63,7 +63,7 @@ class MineController extends GetxController {
}
if(type == 1){
// await Get.to(() => MatchSpreadPage());
Get.to(() => MatchLeaguePage());
Get.to(() => MatchSpreadPage());
} else if(type == 2){
Get.to(() => MatchTaskPage());
}

Loading…
Cancel
Save