From f4ebc2be89e9c20aed507e4c419f1911dd31838c Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Tue, 19 Aug 2025 11:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E6=97=B6=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=8A=B6=E6=80=81=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 235ae4e..b4b7433 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -971,7 +971,7 @@ const goChange = () => { changeSuccessDialogVisible.value = true; setTimeout(() => { changeSuccessDialogVisible.value = false; - }, 3000); + }, 2000); }; // 8.18金币兑换Token end @@ -1402,7 +1402,7 @@ onUnmounted(() => { >
兑换成功
- 尊敬的用户,恭喜您成功兑换:{{ activeLevel.calculatedPosition }}Token + 尊敬的用户,恭喜您成功兑换:{{ activeLevel.calculatedPosition }} Token
@@ -1666,6 +1666,12 @@ body { flex-direction: column; justify-content: center; align-items: center; + cursor: pointer; +} + +.backToHomeBtn:hover{ + transform: scale(1.05); + } .backImg { @@ -1693,6 +1699,7 @@ body { width: 65%; height: 100%; position: relative; + cursor: pointer; } .pc-countBtn:hover { @@ -1731,6 +1738,7 @@ body { display: flex; flex-direction: column; align-items: center; + cursor: pointer; } .pc-backImg { width: auto;