Browse Source

增加二维码

master
liaoxinyu 2 years ago
parent
commit
63ba350779
  1. BIN
      src/assets/img/home/dfiqr.png
  2. 2
      src/components/CommonFooter.vue
  3. 2
      src/views/home/index.vue

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

2
src/components/CommonFooter.vue

@ -259,7 +259,7 @@
<div class="footer-right">
<div style="font-size: 20px;">{{ $t("homeNewText.hh41") }}</div>
<router-link class="jump_btn" to="/exchange">{{ $t("homeNewText.hh42") }}</router-link>
<img src="" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<img src="@/assets/img/home/dfiqr.png" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<div style="font-size: 16px; color: #797979;margin-top: 12px;">{{ $t("homeNewText.hh43") }}</div>
</div>
</div>

2
src/views/home/index.vue

@ -230,7 +230,7 @@
<div style="display: flex;justify-content: space-between;align-items: center;">
<div style="width: 480px;">
<div class="trade_box">
<div class="trade_img" style="background-color: #ccc;"><img src="" style="border-radius: 10px;" alt=""></div>
<div class="trade_img" style="background-color: #ccc;"><img src="@/assets/img/home/dfiqr.png" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;">
<div>{{ $t("homeNewText.hh33") }}</div>
<div style="font-weight: bold;">IOS & Android</div>

Loading…
Cancel
Save