mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-24 01:58:36 +00:00
feat: pugv (#927)
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -499,7 +499,7 @@ class UgcIntroController extends CommonIntroController with ReloadMixin {
|
||||
..updateMediaListHistory(aid)
|
||||
..onReset(isStein)
|
||||
..bvid = bvid
|
||||
..oid.value = aid
|
||||
..aid = aid
|
||||
..cid.value = cid
|
||||
..queryVideoUrl();
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ class _UgcIntroPanelState extends State<UgcIntroPanel>
|
||||
widget.onShowMemberPage(mid);
|
||||
} else {
|
||||
Get.toNamed(
|
||||
'/member?mid=$mid&from_view_aid=${videoDetailCtr.oid.value}',
|
||||
'/member?mid=$mid&from_view_aid=${videoDetailCtr.aid}',
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -722,7 +722,7 @@ class _UgcIntroPanelState extends State<UgcIntroPanel>
|
||||
widget.onShowMemberPage(ownerMid);
|
||||
} else {
|
||||
Get.toNamed(
|
||||
'/member?mid=${item.mid}&from_view_aid=${videoDetailCtr.oid.value}',
|
||||
'/member?mid=${item.mid}&from_view_aid=${videoDetailCtr.aid}',
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user