Browse Source

新增二维码

master
liaoxinyu 2 weeks ago
parent
commit
6dc7227cd1
  1. BIN
      src/assets/img/home/aveb.png
  2. BIN
      src/assets/img/home/otlw.png
  3. 2
      src/components/CommonFooter.vue
  4. 2
      src/views/home/index.vue

BIN
src/assets/img/home/aveb.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
src/assets/img/home/otlw.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

2
src/components/CommonFooter.vue

@ -260,7 +260,7 @@
<div style="font-size: 20px;">{{ $t("homeNewText.bb40",{name:'Avebit'}) }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.bb38") }}</router-link>
<router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.bb39") }}</router-link>
<img src="" alt="" style="width: 120px;height: 120px;">
<img src="@/assets/img/home/aveb.png" alt="" style="width: 120px;height: 120px;">
<div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.bb41",{name:'Avebit'}) }}</div>
</div>
</div>

2
src/views/home/index.vue

@ -489,7 +489,7 @@
</div>
<div class="positionBox_box4">
<div class="trade_box">
<div class="trade_img"><img src="" style="border-radius: 10px;" alt=""></div>
<div class="trade_img"><img src="@/assets/img/home/aveb.png" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;">
<div>{{ $t("homeNewText.bb25") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div>

Loading…
Cancel
Save