diff --git a/lib/pages/video/detail/introduction/view.dart b/lib/pages/video/detail/introduction/view.dart index 2f9b3cf4b..4ec968e4e 100644 --- a/lib/pages/video/detail/introduction/view.dart +++ b/lib/pages/video/detail/introduction/view.dart @@ -366,9 +366,10 @@ class _VideoInfoState extends State with TickerProviderStateMixin { Icons.offline_bolt, color: videoIntroController .userStat - .value[ - 'card']?['vip'] - ['status'] == + .value['card'] + ?[ + 'official_verify'] + ?['type'] == 0 ? Colors.yellow : Colors