mod: 番剧传递aid
This commit is contained in:
@ -236,6 +236,7 @@ class BangumiIntroController extends GetxController {
|
||||
videoDetailCtr.bvid = bvid;
|
||||
videoDetailCtr.cid.value = cid;
|
||||
videoDetailCtr.danmakuCid.value = cid;
|
||||
videoDetailCtr.oid.value = aid;
|
||||
videoDetailCtr.queryVideoUrl();
|
||||
// 重新请求评论
|
||||
try {
|
||||
|
@ -85,7 +85,9 @@ class _BangumiPanelState extends State<BangumiPanel> {
|
||||
item.cid,
|
||||
item.aid,
|
||||
);
|
||||
_bottomSheetController?.close();
|
||||
if (_bottomSheetController != null) {
|
||||
_bottomSheetController?.close();
|
||||
}
|
||||
currentIndex = i;
|
||||
scrollToIndex();
|
||||
}
|
||||
|
Reference in New Issue
Block a user