Browse Source

修改币名、二维码

master
liaoxinyu 3 weeks ago
parent
commit
0b991ff370
  1. BIN
      src/assets/img/home/Bitewiz.png
  2. 4
      src/components/CommonFooter.vue
  3. BIN
      src/favicon.ico
  4. 4
      src/index.html
  5. 2
      src/utils/consts.js
  6. 12
      src/views/home/index.vue
  7. 2
      src/views/profile/invite.vue
  8. BIN
      static/favicon.ico

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 13 KiB

4
src/components/CommonFooter.vue

@ -262,11 +262,11 @@
<!-- </div> -->
</div>
<div class="footer-right">
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"Bitgloby"}) }}</div>
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"Xmocoin"}) }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.hh48") }}</router-link>
<router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.hh45") }}</router-link>
<img src="@/assets/img/home/Bitewiz.png" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<div style="font-size: 16px; color: #9C9C9C;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Bitgloby"}) }}</div>
<div style="font-size: 16px; color: #9C9C9C;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Xmocoin"}) }}</div>
</div>
<div class="cspopup" :class='{"hidden":ispopup?"":"none"}'>

BIN
src/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

4
src/index.html

@ -6,7 +6,7 @@
<meta name="google" content="notranslate">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title id="appTitle">Bitgloby</title>
<title id="appTitle">Xmocoin</title>
<link rel="icon" id="appIcon" href="/static/favicon.ico" type="image/x-icon">
<style>
#MICHAT-MINI-WRAP{
@ -22,7 +22,7 @@
for (var i = 0; i < mobileAgent.length; i++) {
if (browser.indexOf(mobileAgent[i]) != -1) {
//todo Mobile version jump
window.location.href = 'https://app.bitglobys.com';
window.location.href = 'https://app.xmocoin.com';
break;
}
}

2
src/utils/consts.js

@ -15,7 +15,7 @@ export default {
FAIL : 2,
}
},
mobileUrl:'https://app.bitglobys.com',
mobileUrl:'https://app.xmocoin.com',
Server: {
Path: {
// API: isProduct ? `http://qkladmin2.ruanmeng.top/api/` : `/api/`,

12
src/views/home/index.vue

@ -119,7 +119,7 @@
<!-- xxxx 是一个适合所有人的一站式平台 -->
<div class="platform">
<div class="platform_center">
<div style="padding-top: 150px;">{{ $t("homeNewText.hh5",{name:'Bitgloby'}) }}</div>
<div style="padding-top: 150px;">{{ $t("homeNewText.hh5",{name:'Xmocoin'}) }}</div>
<div style="display: flex;justify-content: space-between;margin-top: 61px;">
<div>
<div style="color: #5248D0;">Top 10</div>
@ -142,7 +142,7 @@
</div>
<div class="Why_choose">
{{ $t("homeNewText.hh10",{name:'Bitgloby'}) }}
{{ $t("homeNewText.hh10",{name:'Xmocoin'}) }}
</div>
<div class="create">
<div class="create_box">
@ -166,7 +166,7 @@
<img src="@/assets/img/home/home4.png" />
<span style="font-size: 26px;font-weight: bold;margin-left: 10px;">{{ $t("homeNewText.hh15") }}</span>
</div>
<div style="font-size: 16px;color: #888888;">{{ $t("homeNewText.hh16",{name:'Bitgloby'}) }}</div>
<div style="font-size: 16px;color: #888888;">{{ $t("homeNewText.hh16",{name:'Xmocoin'}) }}</div>
</div>
<div class="Why_choose_tab">
<div style="display: flex;align-items: center;margin-bottom: 15px;">
@ -260,7 +260,7 @@
<div style="display: flex;justify-content: space-around;width: 100%;text-align: center;margin-top: 40px;">
<div style="width: 245px;">
<img src="@/assets/img/home/home7.png" alt="">
<div class="text_size" style="margin-top: 10px;">{{ $t("homeNewText.hh22",{name:'Bitgloby'}) }}</div>
<div class="text_size" style="margin-top: 10px;">{{ $t("homeNewText.hh22",{name:'Xmocoin'}) }}</div>
</div>
<div style="width: 245px;">
<img src="@/assets/img/home/home8.png" alt="">
@ -289,8 +289,8 @@
<!-- <div class="card_area" style="align-items: center;"> -->
<div class="card_area">
<div class="Cryptocurrency_w">
<div style="color: #797979;">{{ $t("homeNewText.hh26",{name:"Bitgloby"}) }}</div>
<div style="color: #797979;margin-top: 30px;">{{ $t("homeNewText.hh27",{name:"Bitgloby"}) }}</div>
<div style="color: #797979;">{{ $t("homeNewText.hh26",{name:"Xmocoin"}) }}</div>
<div style="color: #797979;margin-top: 30px;">{{ $t("homeNewText.hh27",{name:"Xmocoin"}) }}</div>
<div class="trade_box">
<div class="trade_img">
<img src="@/assets/img/home/Bitewiz.png" style="border-radius: 10px;" alt="">

2
src/views/profile/invite.vue

@ -10,7 +10,7 @@
<div class="col-12 mb-4">
<div class="panel-box">
<div class="heading d-flex justify-content-between aligin-items-center">
<div>{{$t('profile.joinThePlan',{name:'Bitgloby'})}}</div>
<div>{{$t('profile.joinThePlan',{name:'Xmocoin'})}}</div>
<div class="blue">
<i class="el-icon-coin"></i>
{{$t('profile.checkMyDividend')}}

BIN
static/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Loading…
Cancel
Save