mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: pgc intro info
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -443,6 +443,14 @@ class BangumiIntroController extends CommonController {
|
||||
if (isLogin) {
|
||||
queryBangumiLikeCoinFav();
|
||||
}
|
||||
|
||||
try {
|
||||
Get.find<VideoIntroController>(tag: Get.arguments['heroTag'])
|
||||
..bvid = bvid
|
||||
..lastPlayCid.value = cid
|
||||
..queryVideoIntro()
|
||||
..queryOnlineTotal();
|
||||
} catch (_) {}
|
||||
}
|
||||
|
||||
// 追番
|
||||
|
||||
@@ -613,9 +613,7 @@ class VideoIntroController extends GetxController
|
||||
this.bvid = bvid;
|
||||
lastPlayCid.value = cid;
|
||||
queryVideoIntro();
|
||||
if (isShowOnlineTotal) {
|
||||
queryOnlineTotal();
|
||||
}
|
||||
queryOnlineTotal();
|
||||
}
|
||||
|
||||
void startTimer() {
|
||||
@@ -634,6 +632,9 @@ class VideoIntroController extends GetxController
|
||||
|
||||
// 查看同时在看人数
|
||||
Future queryOnlineTotal() async {
|
||||
if (isShowOnlineTotal.not) {
|
||||
return;
|
||||
}
|
||||
dynamic result = await VideoHttp.onlineTotal(
|
||||
aid: IdUtils.bv2av(bvid),
|
||||
bvid: bvid,
|
||||
|
||||
Reference in New Issue
Block a user