Browse Source

修改币币和合约的图片显示不出来 新增二维码

master
liaoxinyu 2 years ago
parent
commit
0daadca3c1
  1. BIN
      src/assets/img/home/qrcode.png
  2. 2
      src/components/CommonFooter.vue
  3. 2
      src/components/CommonHeader.vue
  4. 2
      src/views/contract/index.vue
  5. 2
      src/views/exchange/index.vue
  6. 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.hh17") }}</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/contract/index.vue

@ -9,7 +9,7 @@
<!-- </div>-->
<div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;">
<div class="price px-3">
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;" v-if="currentIcon.includes('https://see.bitcoinimt.com/storage/')">
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;" v-if="currentIcon.includes('https://see.sprtzcoin.com//storage/')">
</div>
<div class="price">
<div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div>

2
src/views/exchange/index.vue

@ -9,7 +9,7 @@
<!-- </div>-->
<div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;">
<div class="price px-3">
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;" v-if="currentIcon.includes('https://see.bitcoinimt.com/storage/')">
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;" v-if="currentIcon.includes('https://see.sprtzcoin.com//storage/')">
</div>
<div class="price">
<div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div>

2
src/views/home/index.vue

@ -465,7 +465,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.hh13") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div>

Loading…
Cancel
Save