预发布

This commit is contained in:
yuyongdong 2024-04-23 21:33:38 +08:00
parent b21160d81e
commit 04cacb6a7b
4 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
// const version = require('./package.json').version
const marketVersion = '1.0.1'
const marketVersion = '1.0.2'
export default marketVersion

View File

@ -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%;

View File

@ -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.<br />
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.<br />"√": Daily check-in complete.<br />"R": Daily check-in complete, but Exploration reward not claimed. Please claim now.`
},
inviteRuleVisible() {
this.ruleDialogVisible = true

View File

@ -118,7 +118,7 @@ export default {
);
}
this.nftsList = res.data.data;
this.buildPartnerImg()
this.sortActionList()
},
async buildPartnerImg(){