From 6b238c2d33d5f767aa92ab571169ced6cb22f93d Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 14 Nov 2025 15:14:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A5=E9=A2=9C=E8=89=B2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/live/live.vue | 2 +- pages_app/liveReplay/liveReplay.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/live/live.vue b/pages/live/live.vue index 256b1ad..9ff7f2b 100644 --- a/pages/live/live.vue +++ b/pages/live/live.vue @@ -787,7 +787,7 @@ const getTagColor = (status) => { }; const formatTagColor = (index) => { - const colors = ['#f94438', '#ffb93f', '#4ecdc4', '#92d758', '#FF9800']; + const colors = ['#f94438', '#ffb93f', '#4ecdc4', '#92d758']; return colors[index % colors.length]; }; // 获取状态文本 diff --git a/pages_app/liveReplay/liveReplay.vue b/pages_app/liveReplay/liveReplay.vue index 4387b9d..9cb2ddd 100644 --- a/pages_app/liveReplay/liveReplay.vue +++ b/pages_app/liveReplay/liveReplay.vue @@ -330,7 +330,7 @@ const groupedMeetings = computed(() => { }); }); const formatTagColor = (index) => { - const colors = ["#f94438", "#ffb93f", "#4ecdc4", "#92d758", "#FF9800"]; + const colors = ['#f94438', '#ffb93f', '#4ecdc4', '#92d758']; return colors[index % colors.length]; }; // 页面显示时获取会议列表数据