|
|
@ -56,18 +56,12 @@ |
|
|
<div class="title">{{ $t("homeNewText.hh0") }}</div> |
|
|
<div class="title">{{ $t("homeNewText.hh0") }}</div> |
|
|
<div style="font-size: 17px;color: #838383;">{{ $t("homeNewText.hh1") }}</div> |
|
|
<div style="font-size: 17px;color: #838383;">{{ $t("homeNewText.hh1") }}</div> |
|
|
|
|
|
|
|
|
<div class="link-btn"> |
|
|
<div class="link-btn" v-if="!isLogin"> |
|
|
<router-link v-if="!isLogin" class="jump_btn" :to="{name:'signUp'}" style="margin-top: 50px;"> |
|
|
<router-link class="jump_btn" :to="{name:'signUp'}" style="margin-top: 50px;"> |
|
|
{{ $t("common.register") }} |
|
|
|
|
|
</router-link> |
|
|
|
|
|
<router-link v-else class="jump_btn" :to="{name:'exchange-assets'}" style="margin-top: 50px;"> |
|
|
|
|
|
{{ $t("common.register") }} |
|
|
{{ $t("common.register") }} |
|
|
</router-link> |
|
|
</router-link> |
|
|
|
|
|
|
|
|
<router-link v-if="!isLogin" class="jump_btn1" :to="{name:'signIn'}" style="margin-top: 50px;"> |
|
|
<router-link class="jump_btn1" :to="{name:'signIn'}" style="margin-top: 50px;"> |
|
|
{{ $t("common.login") }} |
|
|
|
|
|
</router-link> |
|
|
|
|
|
<router-link v-else class="jump_btn1" :to="{name:'exchange-assets'}" style="margin-top: 50px;"> |
|
|
|
|
|
{{ $t("common.login") }} |
|
|
{{ $t("common.login") }} |
|
|
</router-link> |
|
|
</router-link> |
|
|
</div> |
|
|
</div> |
|
|
|