Browse Source

新增二维码

master
liaoxinyu 2 years ago
parent
commit
7452826bc6
  1. BIN
      src/assets/img/home/qrcode.png
  2. 2
      src/components/CommonFooter.vue
  3. 2
      src/components/CommonHeader.vue
  4. 2
      src/views/home/index.vue

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

2
src/components/CommonFooter.vue

@ -260,7 +260,7 @@
<div style="font-size: 20px;">{{ $t("homeNewText.cc1") }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.hh26") }}</router-link>
<router-link class="jump_btn" to="/exchange" v-else>{{ $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/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.cc4") }}</div>
<img src="" alt="">
<img src="@/assets/img/home/qrcode.png" alt="">
</div>
</div>
</li>

2
src/views/home/index.vue

@ -458,7 +458,7 @@
<div class="positionBox d-flex" style="align-items: center;justify-content: space-between;">
<div style="width: 480px;">
<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/qrcode.png" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;">
<div>{{ $t("homeNewText.hh22") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div>

Loading…
Cancel
Save