Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-22 21:13:16 +08:00
parent 55bed2e830
commit e770e39c8f
59 changed files with 1388 additions and 1265 deletions

View File

@@ -133,9 +133,10 @@ class LiveRoomController extends GetxController {
Future<void> queryLiveInfoH5() async {
var res = await LiveHttp.liveRoomInfoH5(roomId: roomId);
if (res['status']) {
roomInfoH5.value = res['data'];
RoomInfoH5Data data = res['data'];
roomInfoH5.value = data;
videoPlayerServiceHandler.onVideoDetailChange(
roomInfoH5.value,
data,
roomId,
heroTag,
);