mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
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