mod: show all the staffs on intro panel

This commit is contained in:
bggRGjQaUbCoE
2024-09-27 21:31:37 +08:00
parent f3744c23bc
commit 293b829b0f
4 changed files with 219 additions and 54 deletions

View File

@@ -126,6 +126,7 @@ class VideoIntroController extends GetxController {
var result = await VideoHttp.videoIntro(bvid: bvid);
if (result['status']) {
videoDetail.value = result['data']!;
videoItem!['staff'] = result['data'].staff;
if (videoDetailController.videoItem['pic'] == null ||
videoDetailController.videoItem['pic'] == '') {
try {