|
|
|
@ -266,7 +266,7 @@ |
|
|
|
<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="/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> |
|
|
|
|
|
|
|
@ -453,15 +453,12 @@ export default { |
|
|
|
// 查询对应的推荐人帐号 |
|
|
|
Member.getUnameByUid({user_id:user.pid}).then(rfres=>{ |
|
|
|
// 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 |
|
|
|
this.ispopup = ! this.ispopup |
|
|
|
this.chatRead() |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
// |
|
|
|
this.$router.push({ path: '/sign-in' }); |
|
|
|
|