Browse Source

修改1

master
liaoxinyu 2 years ago
parent
commit
8700f4b943
  1. 2
      src/components/CommonFooter.vue
  2. 2
      src/components/CommonHeader.vue
  3. 39
      src/components/NewMsg.vue
  4. 4
      src/views/home/index.vue
  5. 4
      src/views/profile/certification.vue
  6. 8
      src/views/wallet/exchange-assets.vue

2
src/components/CommonFooter.vue

@ -239,7 +239,7 @@
<div style="font-size: 20px;text-align: center;">{{ $t("homeNewText.cc1") }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.hh34") }}</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;text-align: center;">{{ $t("homeNewText.cc3") }}</div>
</div>
</div>

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>

39
src/components/NewMsg.vue

@ -1,20 +1,11 @@
<template>
<li class="nav-item dropdown header-custom-icon">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="icon ion-md-notifications"></i>
<span class="circle-pulse" v-if="notReadTotal"></span>
</a>
<div class="dropdown-menu">
<div
class="dropdown-header d-flex align-items-center justify-content-between"
>
<div class="dropdown-header d-flex align-items-center justify-content-between">
<p class="mb-0 font-weight-medium">
{{ notReadTotal }} {{ $t("common.newMessage") }}
</p>
@ -22,23 +13,14 @@
</div>
<div class="dropdown-body" v-infinite-scroll="load">
<a
href="javascript:void(0);"
class="dropdown-item"
v-for="(item, index) in list"
:key="index"
@click="readNotifiable(item)"
>
<a href="javascript:void(0);" class="dropdown-item" v-for="(item, index) in list" :key="index" @click="readNotifiable(item)">
<div class="icon position-relative">
<!-- <i :class="[`icon`, item.icon]"></i> -->
<i class="icon ion-md-notifications"></i>
<span
class="circle-pulse circle-pulse-news-msg"
v-if="!item.read_at"
></span>
<span class="circle-pulse circle-pulse-news-msg" v-if="!item.read_at"></span>
</div>
<div class="content">
<p>{{ item.data.title }}</p>
<p class="title_text">{{ item.data.title }}</p>
<p class="sub-text text-muted">{{ item.created_at }}</p>
</div>
</a>
@ -47,12 +29,8 @@
</div>
</div>
<div
class="dropdown-footer d-flex align-items-center justify-content-center"
>
<a href="javascript:void(0);" @click="batchReadNotifiables">{{
$t("common.allRead")
}}</a>
<div class="dropdown-footer d-flex align-items-center justify-content-center">
<a href="javascript:void(0);" @click="batchReadNotifiables">{{$t("common.allRead")}}</a>
</div>
</div>
<v-box v-model="showMsg" :title="msgDetail.data && msgDetail.data.title">
@ -142,4 +120,7 @@ export default {
right: 0;
top: 0;
}
.dropdown-item:hover .title_text{
color: #6c757d;
}
</style>

4
src/views/home/index.vue

@ -340,7 +340,7 @@
<div class="imgHover" style="margin-left: 18px;"><img src="@/assets/img/home/home3.png" alt=""></div>
<div class="img-popover">
<div class="triangle-left"></div>
<img src="@/assets/img/home/qrcode.png" style="border-radius: 10px;" alt="">
<img src="" style="border-radius: 10px;" alt="">
</div>
</div>
<div class="num-info1 d-flex" style="margin-top: 50px;margin-bottom: 90px;">
@ -532,7 +532,7 @@
<div><img src="@/assets/img/home/home13.png" alt="" width="668px" height="399px"></div>
<div style="width: 480px;">
<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="" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;">
<div>{{ $t("homeNewText.hh30") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div>

4
src/views/profile/certification.vue

@ -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() {

Loading…
Cancel
Save