diff --git a/lib/pages/discover/discover_page.dart b/lib/pages/discover/discover_page.dart index 46f3e0c..0958349 100644 --- a/lib/pages/discover/discover_page.dart +++ b/lib/pages/discover/discover_page.dart @@ -166,7 +166,7 @@ class _LiveItemState extends State { return InkWell( onTap: () async{ // Get.to(() => LiveRoomPage(id: 0)); - await roomController.joinChannel('1190111071629873152'); + await roomController.joinChannel('1190127527251808256'); }, child: ClipRRect( borderRadius: BorderRadius.all(Radius.circular(10.w)),