Browse Source

新增二维码

master
liaoxinyu 1 year ago
parent
commit
b59d9b83bc
  1. BIN
      src/assets/img/home/otlw.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/otlw.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

2
src/components/CommonFooter.vue

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

2
src/components/CommonHeader.vue

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

2
src/views/home/index.vue

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

Loading…
Cancel
Save