From 8adac6b38b5a839290728683d74dc54c7fea02f3 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Sun, 14 Apr 2024 14:42:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=96=87=E6=A1=88=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E6=8E=92=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/boxBtm.vue | 5 ++--- src/views/home/index.vue | 10 +++++----- src/views/home/ranking.vue | 4 +++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/home/boxBtm.vue b/src/views/home/boxBtm.vue index 93f5a35..52d4503 100644 --- a/src/views/home/boxBtm.vue +++ b/src/views/home/boxBtm.vue @@ -101,8 +101,8 @@
{{ boxData.bounsCount }}/{{ boxData.maxBounsCount }}
MAX
-
* Unlock the treasure will consume a small amount of gas
-
Turn On
+
* Opening treasure will consume a small amount of gas
+
Open
@@ -114,7 +114,6 @@ My treasure
- *Unlock the treasure will consume a small amount of gas
diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 70e13db..910634c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -57,7 +57,7 @@

Phase 1 Quest Log

-
EXPLORE AND EARN
+
Hill's treasure hunt

Phase 2 Exploration Missions

@@ -65,9 +65,9 @@

Invite friends to earn

more rewards

-
Copy referral code
+
Copy referral link
- See invites + View Invites
@@ -82,7 +82,7 @@

How it works

Lorem ipsum dolor sit amet, consectetur adipisicing elit. sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+ >Every step is filled with possibilities; every movement might begin a new chapter All on-chain activities are built on opBNB Click on the smiley face to view more details on Medium
  • @@ -204,7 +204,7 @@
    {{ item.actionTitle }}
    - Check + Verify
    Claim
    +{{ item.score }}
    diff --git a/src/views/home/ranking.vue b/src/views/home/ranking.vue index 76c334d..101890c 100644 --- a/src/views/home/ranking.vue +++ b/src/views/home/ranking.vue @@ -20,7 +20,8 @@

    My Ranking

    -
    {{ userData.rankTotal }}
    +
    {{ userData.rankTotal+1 }}
    +
    {{ userData.rankTotal }}
    @@ -142,6 +143,7 @@ export default { this.getLeaderBoard() // this.getUserState() this.userData = JSON.parse(localStorage.getItem("userData")); + console.log(this.userData) this.getMyIntegralList() } },