Browse Source

no message

master
ZHR007 2 months ago
parent
commit
f755e01086
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(() {
Get.offAll(() => const MainPage());
// Get.offAll(() => const MainPage());
Get.back();
}),
),
],

Loading…
Cancel
Save