Browse Source

新增二维码

master
liaoxinyu 2 years ago
parent
commit
e13e3d2319
  1. BIN
      src/assets/img/home/qrcode.png
  2. 4
      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.5 KiB

4
src/components/CommonFooter.vue

@ -239,7 +239,7 @@
<div style="font-size: 20px;text-align: center;">{{ $t("homeNewText.cc1") }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.hh34") }}</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;text-align: center;">{{ $t("homeNewText.cc3") }}</div>
</div>
</div>
@ -591,4 +591,4 @@ export default {
}
}
}
</style>
</style>

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

@ -532,7 +532,7 @@
<div><img src="@/assets/img/home/home13.png" alt="" width="668px" height="399px"></div>
<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.hh30") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div>

Loading…
Cancel
Save