fix: 首页推荐数据异常

This commit is contained in:
guozhigq
2024-07-17 23:37:55 +08:00
parent efc67780bd
commit d1c258cbcf

View File

@ -66,7 +66,7 @@ class PBadge extends StatelessWidget {
border: Border.all(color: borderColor),
),
child: Text(
text!,
text ?? '',
style: TextStyle(fontSize: fs ?? fontSize, color: color),
),
);