fix: 评论笔记跳转 issues #472

This commit is contained in:
guozhigq
2024-02-12 16:51:05 +08:00
parent b264427be6
commit 5e59db85be
2 changed files with 51 additions and 6 deletions

View File

@ -114,7 +114,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
final VideoDetailController videoDetailCtr =
Get.find<VideoDetailController>(tag: heroTag);
if (replyItem != null) {
videoDetailCtr.oid = replyItem.oid;
videoDetailCtr.oid.value = replyItem.oid;
videoDetailCtr.fRpid = replyItem.rpid!;
videoDetailCtr.firstFloor = replyItem;
videoDetailCtr.showReplyReplyPanel();