王子贤 3 months ago
parent
commit
c0078397f1
1 changed files with 2 additions and 1 deletions
  1. 3
      lib/pages/discover/live_end_page.dart

3
lib/pages/discover/live_end_page.dart

@ -180,7 +180,8 @@ class LiveEndPage extends StatelessWidget {
), ),
), ),
).onTap(() { ).onTap(() {
Get.offAll(() => const MainPage());
// Get.offAll(() => const MainPage());
Get.back();
}), }),
), ),
], ],

Loading…
Cancel
Save