mod: 用户页面跳转直播
This commit is contained in:
@ -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},
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user