mod: 用户页面跳转直播

This commit is contained in:
guozhigq
2023-07-15 15:58:03 +08:00
parent 6c87e9eebf
commit cd3bb41e71
4 changed files with 158 additions and 90 deletions

View File

@ -141,7 +141,7 @@ class _UpPanelState extends State<UpPanel> {
'roomid': data.roomId,
});
Get.toNamed(
'/liveRoom?rooid=${data.roomId}',
'/liveRoom?roomid=${data.roomId}',
arguments: {'liveItem': liveItem},
);
}