From 04cacb6a7b46e14bba4b9c385f42a9059530312f Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Tue, 23 Apr 2024 21:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/version.js | 2 +- src/views/home/boxBtm.vue | 6 +++--- src/views/home/index.vue | 5 ++--- src/views/home/nftPartner.vue | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/utils/version.js b/src/utils/version.js index 49761b8..e37e5a6 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,4 +1,4 @@ // const version = require('./package.json').version -const marketVersion = '1.0.1' +const marketVersion = '1.0.2' export default marketVersion \ No newline at end of file diff --git a/src/views/home/boxBtm.vue b/src/views/home/boxBtm.vue index a38c268..45a0929 100644 --- a/src/views/home/boxBtm.vue +++ b/src/views/home/boxBtm.vue @@ -858,12 +858,12 @@ export default { } .box-btm-con-btn { width: 700px; - height: 200px; + height: 170px; margin: 0 auto; position: relative; .box-btn-content { position: absolute; - top: -80px; + top: -60px; left: 50%; transform: translateX(-50%); height: 100%; @@ -919,7 +919,7 @@ export default { height: 200px; line-height: 200px; position: absolute; - top: 20%; + top: 15%; right: 5%; background: url("@/assets/box/Button_Ceiling.png") no-repeat; background-size: 100% 100%; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 47dd075..4c9c893 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1550,9 +1550,8 @@ export default { // 规则弹窗 calenRuleVisible() { this.ruleDialogVisible = true - this.inviteTitle = "Invitation Rules" - this.inviteDesc = `Invite friends using your unique link and boost your rewards as they participate in tasks, explore, and engage in boosting activities.
- Earn instant bonuses: gain an additional 10% of the points your friends earn, excluding points from their invitations.` + this.inviteTitle = "Daily Check-in Status" + this.inviteDesc = `"X": Daily check-in incomplete.
"√": Daily check-in complete.
"R": Daily check-in complete, but Exploration reward not claimed. Please claim now.` }, inviteRuleVisible() { this.ruleDialogVisible = true diff --git a/src/views/home/nftPartner.vue b/src/views/home/nftPartner.vue index 452df3c..9a33c22 100644 --- a/src/views/home/nftPartner.vue +++ b/src/views/home/nftPartner.vue @@ -118,7 +118,7 @@ export default { ); } this.nftsList = res.data.data; - this.buildPartnerImg() + this.sortActionList() }, async buildPartnerImg(){