diff --git a/src/assets/img/bg/111111.png b/src/assets/img/bg/111111.png index 2160637..a2df934 100644 Binary files a/src/assets/img/bg/111111.png and b/src/assets/img/bg/111111.png differ diff --git a/src/assets/img/home/home5.png b/src/assets/img/home/home5.png index 816e01f..f1d208a 100644 Binary files a/src/assets/img/home/home5.png and b/src/assets/img/home/home5.png differ diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index 7593d41..d2b8d8c 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -260,7 +260,7 @@
{{ $t("homeNewText.cc1") }}
{{ $t("homeNewText.hh26") }} {{ $t("homeNewText.cc2") }} - +
{{ $t("homeNewText.cc3") }}
@@ -579,7 +579,8 @@ export default { } .foot_p { - color: #b5b5b5; + // color: #b5b5b5; + color: #797979; font-size: 16px; margin: 0; diff --git a/src/components/CommonHeader.vue b/src/components/CommonHeader.vue index 9ca8c0b..2e8d601 100644 --- a/src/components/CommonHeader.vue +++ b/src/components/CommonHeader.vue @@ -135,7 +135,7 @@ diff --git a/src/favicon.ico b/src/favicon.ico index 0ad0971..23a95aa 100644 Binary files a/src/favicon.ico and b/src/favicon.ico differ diff --git a/src/views/profile/certification.vue b/src/views/profile/certification.vue index 301769d..2a8967d 100644 --- a/src/views/profile/certification.vue +++ b/src/views/profile/certification.vue @@ -107,7 +107,7 @@
- + {{$t('profile.explain')}}:

    -
  • 1. {{$t('profile.unexpired')}}。
  • -
  • 2.{{$t('profile.pleaseConfirm')}}。
  • +
  • 1. {{$t('profile.unexpired')}}.
  • +
  • 2. {{$t('profile.pleaseConfirm')}}.
  • 3. {{$t('profile.fileFormat')}}:pdf./ gif./ jpeg./jpg./png.
  • 4. {{$t('profile.maximumFileSize')}}:5 MB
diff --git a/src/views/wallet/exchange-assets.vue b/src/views/wallet/exchange-assets.vue index 0024bbf..4ad5aa3 100644 --- a/src/views/wallet/exchange-assets.vue +++ b/src/views/wallet/exchange-assets.vue @@ -360,7 +360,7 @@ {{$t('wallet.low')}}:{{withdrawFee.withdrawal_min}} {{withdrawCoin}} - {{$t('wallet.addressList')}} + {{$t('wallet.addressList')}}
@@ -785,7 +785,11 @@ export default { }).catch( err =>{ console.log(err) }); - } + }, + hideModal(){ + $("#withdraw").modal("hide"); + this.$router.push('/wallet/address') + } }, created() { diff --git a/static/favicon.ico b/static/favicon.ico index fa056ce..23a95aa 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ