Browse Source

修改

master
liaoxinyu 2 years ago
parent
commit
05fa3d5941
  1. BIN
      src/assets/img/bg/111111.png
  2. BIN
      src/assets/img/home/home5.png
  3. 5
      src/components/CommonFooter.vue
  4. 2
      src/components/CommonHeader.vue
  5. BIN
      src/favicon.ico
  6. 6
      src/views/profile/certification.vue
  7. 8
      src/views/wallet/exchange-assets.vue
  8. BIN
      static/favicon.ico

BIN
src/assets/img/bg/111111.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 173 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 101 KiB

5
src/components/CommonFooter.vue

@ -260,7 +260,7 @@
<div style="font-size: 20px;">{{ $t("homeNewText.cc1") }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.hh26") }}</router-link>
<router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.cc2") }}</router-link>
<img src="../assets/img/home/qrcode.png" alt="" style="width: 120px;height: 120px;">
<img src="" alt="" style="width: 120px;height: 120px;">
<div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.cc3") }}</div>
</div>
</div>
@ -579,7 +579,8 @@ export default {
}
.foot_p {
color: #b5b5b5;
// color: #b5b5b5;
color: #797979;
font-size: 16px;
margin: 0;

2
src/components/CommonHeader.vue

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

BIN
src/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

6
src/views/profile/certification.vue

@ -107,7 +107,7 @@
<!-- <div class="input-group mb-3"> -->
<div class="form-group col-md-3">
<label class="text9">{{$t('profile.SelectAreaCode')}}*</label>
<el-select v-model="form.country_id" filterable placeholder="请选择" >
<el-select v-model="form.country_id" filterable :placeholder="$t('contact.pleseSelect')" >
<el-option
v-for="item in countryList"
:key="item.id"
@ -167,8 +167,8 @@
<p>{{$t('profile.explain')}}</p>
<ul class="mb-2">
<li class="mb-2">1. {{$t('profile.unexpired')}}</li>
<li class="mb-2">2.{{$t('profile.pleaseConfirm')}}</li>
<li class="mb-2">1. {{$t('profile.unexpired')}}.</li>
<li class="mb-2">2. {{$t('profile.pleaseConfirm')}}.</li>
<li class="mb-2">3. {{$t('profile.fileFormat')}}pdf./ gif./ jpeg./jpg./png.</li>
<li class="mb-2">4. {{$t('profile.maximumFileSize')}}5 MB</li>
</ul>

8
src/views/wallet/exchange-assets.vue

@ -360,7 +360,7 @@
</span>
<span>
{{$t('wallet.low')}}:{{withdrawFee.withdrawal_min}} {{withdrawCoin}}
<router-link to="/wallet/address" class="text-primary">{{$t('wallet.addressList')}}</router-link>
<router-link to="" class="text-primary" @click.native="hideModal">{{$t('wallet.addressList')}}</router-link>
</span>
</label>
<div class="input-group input-group-sm">
@ -785,7 +785,11 @@ export default {
}).catch( err =>{
console.log(err)
});
}
},
hideModal(){
$("#withdraw").modal("hide");
this.$router.push('/wallet/address')
}
},
created() {

BIN
static/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save