From 7e5809afde341f7d51ae9c1e2c58cfb5d4dccb2f Mon Sep 17 00:00:00 2001 From: Wxp Date: Tue, 12 Aug 2025 18:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Ai.vue | 4 ++-- src/views/Home.vue | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/views/Ai.vue b/src/views/Ai.vue index d8580bd..0534b43 100644 --- a/src/views/Ai.vue +++ b/src/views/Ai.vue @@ -1223,7 +1223,7 @@ button:active { } .block_4 { - background-image: url('/images/ai/77.jpg'); + background-image: url('/images/ai/77.png'); width: 360px; height: 168px; } @@ -1722,7 +1722,7 @@ button:active { } .box_11 { - background-image: url('/images/ai/77.jpg'); + background-image: url('/images/ai/77.png'); width: 360px; height: 168px; } diff --git a/src/views/Home.vue b/src/views/Home.vue index a3f9efa..6f9d9f4 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -724,8 +724,10 @@ const scrollToTop = () => { } const showIssueModal = () => { - // 跳转到帮助中心 - router.push('/help-center') + // 跳转到帮助中心并刷新 + router.push('/help-center').then(() => { + window.location.reload(); + }) } onMounted(async () => { @@ -1352,15 +1354,15 @@ onMounted(async () => { .course-image { position: relative; - width: 334px; -height: 209px; + width: 340px; + height: 209px; overflow: hidden; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); flex-shrink: 0; } .course-image img { - width: 334px; + width: 340px; height: 209px; object-fit: cover; }