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;