fix: vip badge

This commit is contained in:
bggRGjQaUbCoE
2024-11-05 11:39:52 +08:00
parent 3051af256c
commit 1768be1ab3

View File

@@ -119,7 +119,7 @@ class ReplyItemGrpc extends StatelessWidget {
type: 'avatar', type: 'avatar',
), ),
), ),
if (replyItem.member.vipType > 0) if (replyItem.member.vipStatus > 0)
Positioned( Positioned(
right: 0, right: 0,
bottom: 0, bottom: 0,