This commit is contained in:
huangjinming 2022-11-17 20:03:30 +08:00
parent 5bbde7b472
commit 76381c4d47
4 changed files with 12 additions and 10 deletions

View File

@ -241,14 +241,19 @@
700 Free-mint Chips NFT are waiting for YOU! All registering 700 Free-mint Chips NFT are waiting for YOU! All registering
wallet address can earn a in-game mystery reward when log in the wallet address can earn a in-game mystery reward when log in the
Beta Version Test The giveaways contain 3 parts: CEG, USDT, Beta Version Test The giveaways contain 3 parts: CEG, USDT,
Mystery Box<br /> Mystery Box
<br />
<br />
1. Top 166 Commanders will be rewarded USDT: 1. Top 166 Commanders will be rewarded USDT:
a) Top 20, each earns a lucky draw from 40 - 100U a) Top 20, each earns a lucky draw from 40 - 100U
b) 21166, each earns a lucky draw from 10 - 40U b) 21166, each earns a lucky draw from 10 - 40U
c) Top 5, each earns extra 50U<br /> c) Top 5, each earns extra 50U
<br />
<br/>
2. Top 300 Commanders will be rewarded CEG: 2. Top 300 Commanders will be rewarded CEG:
Each earns a lucky draw from 100 - 500CEG, the value equals 10 - Each earns a lucky draw from 100 - 500CEG, the value equals 10 -
50U<br /> 50U<br />
<br />
3. All the Commanders have an extra chance to draw 1 of 700 3. All the Commanders have an extra chance to draw 1 of 700
Mystery Boxes that each contains NFTs with values from 1 - 60U Mystery Boxes that each contains NFTs with values from 1 - 60U
<br /> <br />

View File

@ -254,13 +254,16 @@
wallet address can earn a in-game mystery reward when log in the wallet address can earn a in-game mystery reward when log in the
Beta Version Test The giveaways contain 3 parts: CEG, USDT, Beta Version Test The giveaways contain 3 parts: CEG, USDT,
Mystery Box<br /> Mystery Box<br />
<br />
1. Top 166 Commanders will be rewarded USDT: 1. Top 166 Commanders will be rewarded USDT:
a) Top 20, each earns a lucky draw from 40 - 100U a) Top 20, each earns a lucky draw from 40 - 100U
b) 21166, each earns a lucky draw from 10 - 40U b) 21166, each earns a lucky draw from 10 - 40U
c) Top 5, each earns extra 50U<br /> c) Top 5, each earns extra 50U<br />
<br />
2. Top 300 Commanders will be rewarded CEG: 2. Top 300 Commanders will be rewarded CEG:
Each earns a lucky draw from 100 - 500CEG, the value equals 10 - Each earns a lucky draw from 100 - 500CEG, the value equals 10 -
50U<br /> 50U<br />
<br />
3. All the Commanders have an extra chance to draw 1 of 700 3. All the Commanders have an extra chance to draw 1 of 700
Mystery Boxes that each contains NFTs with values from 1 - 60U Mystery Boxes that each contains NFTs with values from 1 - 60U
<br /> <br />

View File

@ -153,11 +153,9 @@ export default {
background-size: 100% 100%; background-size: 100% 100%;
} }
.header { .header {
// width: 100vw;
display: flex; display: flex;
align-items: center; align-items: center;
background: linear-gradient(179deg, #775437, #f2c082); background: linear-gradient(179deg, #775437, #f2c082);
// margin-right: 6vw;
justify-content: space-between; justify-content: space-between;
height: 4.8vh; height: 4.8vh;
} }
@ -186,9 +184,6 @@ export default {
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
} }
.logion-top { .logion-top {
// display: flex;
// // justify-content: center;
// align-items: center;
width: 35%; width: 35%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -206,7 +206,7 @@ export default {
account: AppModule.account, account: AppModule.account,
}) })
.then((res) => { .then((res) => {
console.log("success", res.data);
this.userinfo = res.data; this.userinfo = res.data;
this.discord = this.formatAddress(res.data.discord); this.discord = this.formatAddress(res.data.discord);
this.twitter =this.formatAddress(res.data.twitter); this.twitter =this.formatAddress(res.data.twitter);
@ -221,7 +221,7 @@ export default {
account: AppModule.account, account: AppModule.account,
}) })
.then((res) => { .then((res) => {
console.log("success", res.data);
this.listevent = res.data.data; this.listevent = res.data.data;
}) })
.catch((err) => { .catch((err) => {
@ -317,7 +317,6 @@ export default {
margin-top: 4vh; margin-top: 4vh;
// padding-left: 3vw; // padding-left: 3vw;
// padding-right: 3vw; // padding-right: 3vw;
} }
.content { .content {
width: 100%; width: 100%;