opt: reply2reply

This commit is contained in:
bggRGjQaUbCoE
2024-10-12 09:38:25 +08:00
parent 60e80ba160
commit 6e7e815710
6 changed files with 201 additions and 179 deletions

View File

@@ -1287,9 +1287,10 @@ class _VideoDetailPageState extends State<VideoDetailPage>
);
// 展示二级回复
void replyReply(replyItem) {
void replyReply(replyItem, id) {
scaffoldKey.currentState?.showBottomSheet(
(context) => VideoReplyReplyPanel(
id: id,
// rcount: replyItem.rcount,
oid: replyItem.oid.toInt(),
rpid: replyItem.id.toInt(),