Browse Source

添加二维码

master
liaoxinyu 2 years ago
parent
commit
f2c2f6e72a
  1. BIN
      src/assets/img/home/btcex1.png
  2. BIN
      src/assets/img/home/kos.png
  3. 2
      src/components/CommonFooter.vue
  4. 2
      src/components/CommonHeader.vue
  5. 4
      src/views/home/index.vue

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

2
src/components/CommonFooter.vue

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

2
src/components/CommonHeader.vue

@ -135,7 +135,7 @@
<div class="dropdown-menu download">
<div class="dropdown-item">
<div style="width:142px;white-space: pre-wrap;line-height: 25px;">{{ $t("homeNewText.bb41") }}</div>
<img src="" alt="">
<img src="@/assets/img/home/btcex1.png" alt="">
</div>
</div>
</li>

4
src/views/home/index.vue

@ -450,7 +450,7 @@
</div>
</a>
<div class="img_1">
<div></div>
<div><img src="@/assets/img/home/btcex1.png" alt="" /></div>
</div>
</div>
<div class="qrcode1">
@ -461,7 +461,7 @@
</div>
</a>
<div class="img_2">
<div></div>
<div><img src="@/assets/img/home/btcex1.png" alt="" /></div>
</div>
</div>
</div>

Loading…
Cancel
Save