Browse Source

新增二维码

master
liaoxinyu 1 year ago
parent
commit
b0e00f02dc
  1. BIN
      src/assets/img/home/kos.png
  2. BIN
      src/assets/img/home/moab.png
  3. 6
      src/components/CommonFooter.vue
  4. 2
      src/components/CommonHeader.vue
  5. 2
      src/views/home/index.vue

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

6
src/components/CommonFooter.vue

@ -257,11 +257,11 @@
<!-- </div> -->
</div>
<div class="footer-right">
<div style="font-size: 20px;">{{ $t("homeNewText.bb40",{name:'xxxx'}) }}</div>
<div style="font-size: 20px;">{{ $t("homeNewText.bb40",{name:'Moabcoin'}) }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.bb38") }}</router-link>
<router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.bb39") }}</router-link>
<img src="" alt="" style="width: 120px;height: 120px;">
<div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.bb41",{name:'xxxx'}) }}</div>
<img src="@/assets/img/home/moab.png" alt="" style="width: 120px;height: 120px;">
<div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.bb41",{name:'Moabcoin'}) }}</div>
</div>
</div>
</footer>

2
src/components/CommonHeader.vue

@ -140,7 +140,7 @@
<div class="dropdown-menu download">
<div class="dropdown-item">
<div style="width:142px;white-space: pre-wrap;line-height: 25px;">{{ $t("homeNewText.bb42") }}</div>
<img src="" alt="">
<img src="@/assets/img/home/moab.png" alt="">
</div>
</div>
</li>

2
src/views/home/index.vue

@ -510,7 +510,7 @@
</div>
<div class="positionBox_box4">
<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/moab.png" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;">
<div>{{ $t("homeNewText.bb33") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div>

Loading…
Cancel
Save