This commit is contained in:
huangjinming 2022-11-18 19:40:58 +08:00
commit cf795929e7
5 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<title>CEBG 1,000 Commander Rally</title> <title>CEBG 1,000 Commander Rally</title>
<meta property="og:title" content="CEBG Rally Event" /> <meta property="og:title" content="CEBG Rally Event" />
<meta property="og:description" <meta property="og:description"
content="Be THE ONE with us! Build up your troop, generating your exclusive link and code in CEBG to earn." /> content="Be THE ONE with us! Build up your troop and generate your exclusive link and code in CEBG to earn $$$USDT & CEG." />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://activity.cebg.games/" /> <meta property="og:url" content="https://activity.cebg.games/" />
<meta property="og:image" content="https://activity.cebg.games/images/cebg.png" /> <meta property="og:image" content="https://activity.cebg.games/images/cebg.png" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 870 KiB

View File

@ -6,10 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="telephone=no" />
<meta property="og:title" content="CEBG Rally Event" /> <meta property="og:title" content="CEBG Rally Event" />
<<<<<<< HEAD
<meta <meta
property="og:description" property="og:description"
content="Be THE ONE with us! Build up your troop, generating your exclusive link and code in CEBG to earn." content="Be THE ONE with us! Build up your troop, generating your exclusive link and code in CEBG to earn."
/> />
=======
<meta property="og:description"
content="Be THE ONE with us! Build up your troop and generate your exclusive link and code in CEBG to earn $$$USDT & CEG." />
>>>>>>> a594889389660d79e34b822717a3c4f6ed2294cd
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://activity.cebg.games/" /> <meta property="og:url" content="https://activity.cebg.games/" />
<meta <meta

View File

@ -61,7 +61,6 @@ export default {
this.showWc = !(this.hasMetamask && this.isMobile) this.showWc = !(this.hasMetamask && this.isMobile)
this.chain.chainManager.init().then(() => { this.chain.chainManager.init().then(() => {
if (this.chain.logined) { if (this.chain.logined) {
this.checkWalletBind();
let event = new Event("account_ready", { let event = new Event("account_ready", {
bubbles: true, bubbles: true,
cancelable: false, cancelable: false,

View File

@ -23,7 +23,7 @@ export default {
data() { data() {
return { return {
value: "", value: "",
frameSrc: "https://nft-mpc-test.lifo.ai/public/campaign-challenge/358" frameSrc: "https://w3w.ai/public/campaign-challenge/1222"
}; };
}, },
mounted() { mounted() {