Browse Source

app 下载二维码

master
453530270@qq.com 2 years ago
parent
commit
c10076a6e8
  1. BIN
      src/assets/img/home/qrcode.png
  2. 2
      src/components/CommonFooter.vue
  3. 2
      src/views/home/index.vue

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

2
src/components/CommonFooter.vue

@ -272,7 +272,7 @@
<div class="footer-right">
<div style="font-size: 20px;">{{ $t("homeNewText.cc1") }}</div>
<router-link class="jump_btn" to="/exchange">{{ $t("homeNewText.cc2") }}</router-link>
<img src="" alt="" style="width: 120px;height: 120px;">
<img src="../assets/img/home/qrcode.png" alt="" style="width: 120px;height: 120px;">
<div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.cc3") }}</div>
</div>
</div>

2
src/views/home/index.vue

@ -423,7 +423,7 @@
</div>
</div>
<div style="width: 510px;color: #9a9a9a;font-size: 22px;">{{ $t("homeNewText.bb7") }}</div>
<img src="" alt="" style="width: 135px;height: 135px;margin: 23px 0px 10px;">
<img src="../../assets/img/home/qrcode.png" alt="qrcode for APP" style="width: 135px;height: 135px;margin: 23px 0px 10px;">
<div style="font-weight: bold;font-size: 22px;">{{ $t("homeNewText.bb8") }}</div>
</div>
</div>

Loading…
Cancel
Save