From 1768be1ab3a5ec65cf1be04646683b4f25a84311 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Tue, 5 Nov 2024 11:39:52 +0800 Subject: [PATCH] fix: vip badge --- lib/pages/video/detail/reply/widgets/reply_item_grpc.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,