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',
),
),
if (replyItem.member.vipType > 0)
if (replyItem.member.vipStatus > 0)
Positioned(
right: 0,
bottom: 0,