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