Merge branch 'main' into feature-videoPlayer

This commit is contained in:
guozhigq
2023-06-05 17:24:41 +08:00
11 changed files with 502 additions and 7 deletions

View File

@ -54,6 +54,9 @@ class VideoDetailController extends GetxController {
videoItem['pic'] = args.pic;
}
}
if (Get.arguments.containsKey('pic')) {
videoItem['pic'] = Get.arguments['pic'];
}
heroTag = Get.arguments['heroTag'];
}
queryVideoUrl();