diff --git a/lib/pages/video/reply_new/view.dart b/lib/pages/video/reply_new/view.dart index c4674401d..80a26a11a 100644 --- a/lib/pages/video/reply_new/view.dart +++ b/lib/pages/video/reply_new/view.dart @@ -367,7 +367,7 @@ class _ReplyPageState extends CommonRichTextPubPageState { icon: Icon(Icons.my_location, size: 28, color: color), title: '视频进度', ), - if (isRoot) + if (isRoot && widget.canUploadPic) item( onTap: () async { if (pathList.length >= limit) {