From 8f5065332e41ccf9f360da90ad4ba34258811495 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Wed, 12 Feb 2025 12:47:57 +0800 Subject: [PATCH] fix: intro up verify Signed-off-by: bggRGjQaUbCoE --- lib/pages/video/detail/introduction/view.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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