-
You'll receive your $CEC airdrop in Bitget spot account before the listing time
+
+
Well done! You're all set!
+
+
+
You'll receive your $CEC airdrop in Bitget spot account before the listing time.
+
+
+
+
+
Jump to Bitget Launchpool and grab your share of 11M $CEC now!
Cancel the Pre-Deposit to Bitget
@@ -262,7 +273,7 @@
{{ cecInfo.bindAddress }}
- You may lose your tokens if this UID Wallet Address are incorrect blocked or doesn't exist
+ You may not receive your airdrop in Bitget if your UID, deposit address is not correct or doesn't exist
KYC passed only
@@ -340,7 +351,7 @@ import { priceCalculated } from "@/configs/priceCalculate"
import {walletStore} from "@/store/wallet";
import { useMarketplaceStore } from "@/store/marketplace"
import { BlockChain } from "@/components/chain/BlockChain"
-import { apiCecInfoAll, apiBindAccount } from "@/utils/marketplace"
+import { apiCecInfoAll, apiBindAccount, apiCecClaim } from "@/utils/marketplace"
const localWalletStore = walletStore()
@@ -460,6 +471,16 @@ const reqGetInfo = async () => {
getCecTotal()
}
+// 领取
+const cecClaim = async () => {
+ let res = await new BlockChain().claimAddress({})
+ console.log(res.address)
+ // let walletToken = await new BlockChain().token()
+ // let token = marketplaceStore.fireToken || walletToken
+ // let res1 = await apiCecClaim(res.address, token)
+ // console.log(res1)
+}
+
onMounted(() => {
address.value = marketplaceStore.fireAddress || localWalletStore.address
getCecTotal()
@@ -933,6 +954,15 @@ onMounted(() => {
width: 283px;
text-align: left;
}
+ .claim-btn {
+ span {
+ color: #fff;
+ padding: 10px;
+ border: 1px solid #31FFF3;
+ border-radius: 20px;
+ cursor: pointer;
+ }
+ }
}
}
}
@@ -1070,6 +1100,11 @@ onMounted(() => {
margin: 0 40px;
}
}
+ .padding-top {
+ h3 {
+ padding-top: 10px;
+ }
+ }
.body-box-con {
p {
width: 747px;
@@ -1170,6 +1205,9 @@ onMounted(() => {
margin-left: 40px;
}
}
+ .font-size-14 {
+ font-size: 15px;
+ }
&:nth-child(3) {
// margin-top: 10px;
}
@@ -1244,6 +1282,31 @@ onMounted(() => {
cursor: pointer;
}
}
+
+ .center {
+ text-align: center;
+ color: #fff;
+ a {
+ margin-top: 20px !important;
+ color: #00f0ff;
+ }
+ }
+ }
+ .margin-top-20 {
+ margin-top: 20px;
+ p {
+ margin: -0px auto !important;
+ }
+ }
+ .margin-20 {
+ margin-top: 10px;
+ margin-bottom: 30px;
+ p {
+ margin: -0px auto !important;
+ }
+ }
+ .margin-top {
+ margin-top: 10px !important;
}
.body-box-find {
p {
diff --git a/src/views/DetailView.vue b/src/views/DetailView.vue
index 07954bf..e1d5579 100644
--- a/src/views/DetailView.vue
+++ b/src/views/DetailView.vue
@@ -1248,7 +1248,8 @@ onMounted(() => {
}
}
.gold-content {
- width: 455px;
+ // width: 455px;
+ width: 321px;
height: 84px;
background: #2d2738;
border-radius: 20px;