Browse Source

修改跳转

master
liaoxinyu 2 years ago
parent
commit
f68ccbe772
  1. 4
      src/components/CommonFooter.vue

4
src/components/CommonFooter.vue

@ -264,8 +264,8 @@
</div> </div>
<div class="footer-right"> <div class="footer-right">
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"CATYcoin"}) }}</div> <div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"CATYcoin"}) }}</div>
<router-link class="jump_btn" to="/exchange" v-if="!isLogin">{{ $t("homeNewText.hh48") }}</router-link> <router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.hh48") }}</router-link>
<router-link class="jump_btn" to="/signUp" v-else>{{ $t("homeNewText.hh45") }}</router-link> <router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.hh45") }}</router-link>
<img src="@/assets/img/home/catyapp.png" alt="" style="width: 120px;height: 120px;background-color: #ccc;"> <img src="@/assets/img/home/catyapp.png" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<div style="font-size: 16px; color: #797979;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"CATYcoin"}) }}</div> <div style="font-size: 16px; color: #797979;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"CATYcoin"}) }}</div>
</div> </div>

Loading…
Cancel
Save