diff --git a/lib/pages/video/detail/reply/widgets/reply_item_grpc.dart b/lib/pages/video/detail/reply/widgets/reply_item_grpc.dart index 6d2cc702..6fa66eb3 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item_grpc.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item_grpc.dart @@ -119,7 +119,7 @@ class ReplyItemGrpc extends StatelessWidget { type: 'avatar', ), ), - if (replyItem.member.vipType > 0) + if (replyItem.member.vipStatus > 0) Positioned( right: 0, bottom: 0,