Browse Source

修改

master
liaoxinyu 1 year ago
parent
commit
a89d149709
  1. BIN
      src/assets/img/home/btcex1.png
  2. BIN
      src/assets/img/home/glob.png
  3. BIN
      src/assets/img/home/qrcode.png
  4. 7
      src/components/CommonFooter.vue
  5. 2
      src/components/CommonHeader.vue
  6. 2
      src/views/home/index.vue

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

7
src/components/CommonFooter.vue

@ -266,7 +266,7 @@
<div style="font-size: 20px;">{{ $t("homeNewText.bb39",{name:'GLOBAL'}) }}</div> <div style="font-size: 20px;">{{ $t("homeNewText.bb39",{name:'GLOBAL'}) }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.bb43") }}</router-link> <router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.bb43") }}</router-link>
<router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.bb42") }}</router-link> <router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.bb42") }}</router-link>
<img src="@/assets/img/home/btcex1.png" alt="" style="width: 120px;height: 120px;"> <img src="@/assets/img/home/glob.png" alt="" style="width: 120px;height: 120px;">
<div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.bb40",{name:'GLOBAL'}) }}</div> <div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.bb40",{name:'GLOBAL'}) }}</div>
</div> </div>
@ -453,15 +453,12 @@ export default {
// //
Member.getUnameByUid({user_id:user.pid}).then(rfres=>{ Member.getUnameByUid({user_id:user.pid}).then(rfres=>{
// query referr uname // query referr uname
this.ifurl ="https://cs.btcaholic.com/chat/?toid="+rfres.username+"&room_id="+user.account+"&usid="+user.user_id; this.ifurl ="https://cs.globalsecu.com/chat/?toid="+rfres.username+"&room_id="+user.account+"&usid="+user.user_id;
// show popup // show popup
this.ispopup = ! this.ispopup this.ispopup = ! this.ispopup
this.chatRead() this.chatRead()
}) })
} }
}else{ }else{
// //
this.$router.push({ path: '/sign-in' }); this.$router.push({ path: '/sign-in' });

2
src/components/CommonHeader.vue

@ -140,7 +140,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.bb41") }}</div> <div style="width:142px;white-space: pre-wrap;line-height: 25px;">{{ $t("homeNewText.bb41") }}</div>
<img src="@/assets/img/home/btcex1.png" alt=""> <img src="@/assets/img/home/glob.png" alt="">
</div> </div>
</div> </div>
</li> </li>

2
src/views/home/index.vue

@ -378,7 +378,7 @@
<div><img src="@/assets/img/home/home7.png" alt="" width="668px" height="399px"></div> <div><img src="@/assets/img/home/home7.png" alt="" width="668px" height="399px"></div>
<div style="width: 480px;"> <div style="width: 480px;">
<div class="trade_box"> <div class="trade_box">
<div class="trade_img"><img src="@/assets/img/home/qrcode.png" style="border-radius: 10px;" alt=""></div> <div class="trade_img"><img src="@/assets/img/home/glob.png" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;"> <div style="margin-left: 15px;">
<div>{{ $t("homeNewText.dd23") }}</div> <div>{{ $t("homeNewText.dd23") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div> <div style="font-weight: bold;">IOS & Android apps</div>

Loading…
Cancel
Save