mod: 修改样式

This commit is contained in:
guozhigq
2023-07-13 14:16:55 +08:00
parent 0cbf777220
commit 180ba11089
6 changed files with 71 additions and 53 deletions

View File

@ -9,6 +9,7 @@ class LiveRoomController extends GetxController {
String cover = '';
late int roomId;
var liveItem;
late String heroTag;
MeeduPlayerController meeduPlayerController = MeeduPlayerController(
colorTheme: Theme.of(Get.context!).colorScheme.primary,
@ -22,6 +23,7 @@ class LiveRoomController extends GetxController {
super.onInit();
if (Get.arguments != null) {
var args = Get.arguments['liveItem'];
heroTag = Get.arguments['heroTag'];
liveItem = args;
roomId = liveItem.roomId!;
if (args.pic != null && args.pic != '') {