This commit is contained in:
guozhigq
2024-01-30 23:11:54 +08:00
parent 76d5f6333e
commit 699361e04c
10 changed files with 18 additions and 16 deletions

View File

@ -13,6 +13,7 @@ import 'package:pilipala/pages/video/detail/reply/widgets/reply_item.dart';
import 'package:pilipala/pages/video/detail/reply_new/index.dart';
import 'package:pilipala/pages/video/detail/reply_reply/index.dart';
import 'package:pilipala/utils/feed_back.dart';
import 'package:pilipala/utils/id_utils.dart';
import 'controller.dart';
@ -427,7 +428,7 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
isScrollControlled: true,
builder: (BuildContext context) {
return VideoReplyNewDialog(
oid: _htmlRenderCtr.oid.value,
oid: IdUtils.av2bv(_htmlRenderCtr.oid.value),
root: 0,
parent: 0,
replyType: ReplyType.values[type],