mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
opt to live room
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -56,7 +56,7 @@ class HistoryItem extends StatelessWidget {
|
||||
);
|
||||
} else if (item.history.business == 'live') {
|
||||
if (item.liveStatus == 1) {
|
||||
Get.toNamed('/liveRoom?roomid=${item.history.oid}');
|
||||
PageUtils.toLiveRoom(item.history.oid);
|
||||
} else {
|
||||
SmartDialog.showToast('直播未开播');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user