预发布

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 version = require('./package.json').version
const marketVersion = '1.0.1' const marketVersion = '1.0.2'
export default marketVersion export default marketVersion

View File

@ -858,12 +858,12 @@ export default {
} }
.box-btm-con-btn { .box-btm-con-btn {
width: 700px; width: 700px;
height: 200px; height: 170px;
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
.box-btn-content { .box-btn-content {
position: absolute; position: absolute;
top: -80px; top: -60px;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
height: 100%; height: 100%;
@ -919,7 +919,7 @@ export default {
height: 200px; height: 200px;
line-height: 200px; line-height: 200px;
position: absolute; position: absolute;
top: 20%; top: 15%;
right: 5%; right: 5%;
background: url("@/assets/box/Button_Ceiling.png") no-repeat; background: url("@/assets/box/Button_Ceiling.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;

View File

@ -1550,9 +1550,8 @@ export default {
// //
calenRuleVisible() { calenRuleVisible() {
this.ruleDialogVisible = true this.ruleDialogVisible = true
this.inviteTitle = "Invitation Rules" this.inviteTitle = "Daily Check-in Status"
this.inviteDesc = `Invite friends using your unique link and boost your rewards as they participate in tasks, explore, and engage in boosting activities.<br /> 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.`
Earn instant bonuses: gain an additional 10% of the points your friends earn, excluding points from their invitations.`
}, },
inviteRuleVisible() { inviteRuleVisible() {
this.ruleDialogVisible = true this.ruleDialogVisible = true

View File

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