vue内的右上菜单, 只有在登陆后才显示
This commit is contained in:
parent
eadeca5c75
commit
a07a1e20f3
@ -8,12 +8,13 @@
|
|||||||
<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, generating your exclusive link and code in CEBG to earn." />
|
||||||
<meta property="og:type" content="activity.rally" />
|
<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" />
|
||||||
<meta property="og:image:width" content="3000" />
|
|
||||||
<meta property="og:image:height" content="1927" />
|
|
||||||
<meta property="og:site_name" content="CEBG" />
|
<meta property="og:site_name" content="CEBG" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="twitter:title" content="CEBG Rally Event">
|
||||||
|
<meta property="twitter:image" content="https://activity.cebg.games/images/cebg.png">
|
||||||
<link rel="stylesheet" href="css/normalize.css" type="text/css">
|
<link rel="stylesheet" href="css/normalize.css" type="text/css">
|
||||||
<link rel="stylesheet" href="css/main.css" type="text/css">
|
<link rel="stylesheet" href="css/main.css" type="text/css">
|
||||||
<script src="js/jquery-1.12.4.js"></script>
|
<script src="js/jquery-1.12.4.js"></script>
|
||||||
|
@ -8,11 +8,13 @@
|
|||||||
<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, generating your exclusive link and code in CEBG to earn." />
|
||||||
<meta property="og:type" content="activity.rally" />
|
<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" />
|
||||||
<meta property="og:image:width" content="3000" />
|
<meta property="og:site_name" content="CEBG" />
|
||||||
<meta property="og:image:height" content="1927" />
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="twitter:title" content="CEBG Rally Event">
|
||||||
|
<meta property="twitter:image" content="https://activity.cebg.games/images/cebg.png">
|
||||||
<meta property="og:site_name" content="CEBG" />
|
<meta property="og:site_name" content="CEBG" />
|
||||||
<title>CEBG 1,000 Commander Rally</title>
|
<title>CEBG 1,000 Commander Rally</title>
|
||||||
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
|
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
|
||||||
|
@ -48,7 +48,12 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
header(){
|
header(){
|
||||||
this.hide = true
|
if (AppModule.account) {
|
||||||
|
this.hide = !this.hide
|
||||||
|
} else {
|
||||||
|
this.hide = false
|
||||||
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
toHome() {
|
toHome() {
|
||||||
location.href = isMobile()? '/mobile.html' : '/desktop.html'
|
location.href = isMobile()? '/mobile.html' : '/desktop.html'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user