mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -131,11 +131,11 @@ class UserInfoCard extends StatelessWidget {
|
||||
imageUrl: card.vip!.label!.image!,
|
||||
height: 20,
|
||||
),
|
||||
if (card.nameplate?.image?.isNotEmpty == true)
|
||||
CachedNetworkImage(
|
||||
imageUrl: card.nameplate!.image!,
|
||||
height: 20,
|
||||
),
|
||||
// if (card.nameplate?.image?.isNotEmpty == true)
|
||||
// CachedNetworkImage(
|
||||
// imageUrl: card.nameplate!.image!,
|
||||
// height: 20,
|
||||
// ),
|
||||
// GestureDetector(
|
||||
// onTap: () {
|
||||
// Utils.copyText(card.mid.toString());
|
||||
|
||||
Reference in New Issue
Block a user