| | |
| | | <img :src="handImg(`status${kyc_status}`)" alt="" /> |
| | | <span class="textColor-span font-28 flex items-center">{{ |
| | | fixState(kyc_status) |
| | | }}</span> |
| | | }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="px-32-1"> |
| | |
| | | <p v-show="(kyc_status == 3)">{{ $t('certificationRefusal') }}:{{ turnDownMsg }}</p> |
| | | </div> --> |
| | | <div class="rounded-lg py-26 text-center btn" |
| | | :class="kyc_status == 0 || kyc_status == 3 ? 'btnMain text-white' : 'bgDark text-grey'" @click="openUlr(1)">{{ |
| | | :class="kyc_status == 0 || kyc_status == 3 ? 'btnMain text-white' : 'bgDark text-grey'" @click="openUlr(1)"> |
| | | {{ |
| | | fixBtnState(kyc_status) }}</div> |
| | | </div> |
| | | |
| | |
| | | <span class="textColor mr-10">{{ item.title }}</span> |
| | | <span>{{ item.des }}</span> |
| | | </div> |
| | | <div class="text-grey text-grey1 font-30 " v-for="(str, index) in item.arr" :class="{ 'colorMain': index == 1 }" |
| | | :key="index">{{ str }}</div> |
| | | <div class="text-grey text-grey1 font-30 " v-for="(str, index) in item.arr" |
| | | :class="{ 'colorMain': index == 1 }" :key="index">{{ str }}</div> |
| | | </div> |
| | | <div class="btnMain btnMain1 text-white font-34 py-26 rounded-lg text-center mt-68" @click="onClose">{{ |
| | | $t('confirm') |
| | | }}</div> |
| | | }}</div> |
| | | </div> |
| | | </van-popup> |
| | | </div> |
| | |
| | | des: t('daily'), |
| | | arr: [t('digitalCurrencyWithdrawalLimit')] |
| | | }, |
| | | { |
| | | icon: '4', |
| | | title: t('unlimited'), |
| | | des: '', |
| | | arr: [t('c2cTradeLimit')] |
| | | }, |
| | | { |
| | | icon: '5', |
| | | title: 'OTC', |
| | | des: '', |
| | | arr: [t('otherFunctions')] |
| | | } |
| | | // { |
| | | // icon: '4', |
| | | // title: t('unlimited'), |
| | | // des: '', |
| | | // arr: [t('c2cTradeLimit')] |
| | | // }, |
| | | // { |
| | | // icon: '5', |
| | | // title: 'OTC', |
| | | // des: '', |
| | | // arr: [t('otherFunctions')] |
| | | // } |
| | | ]) |
| | | const advOwnList = ref([ |
| | | { |
| | |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | @import "@/views/authentication/components/intl.css"; |
| | | @import '@/assets/theme/index.scss'; |
| | | |
| | | .certificationCenter { |
| | | width: 100%; |
| | |
| | | padding-left: 2rem; |
| | | padding-right: 2rem; |
| | | padding-bottom: 2.625rem; |
| | | background: $tab_background; |
| | | |
| | | @include themify() { |
| | | background-color: themed("c2c_background1"); |
| | | } |
| | | |
| | | .user-info { |
| | | overflow: hidden; |
| | |
| | | .fs { |
| | | font-size: 14px; |
| | | margin-left: 10px; |
| | | color: $text_color1;; |
| | | color: $text_color1; |
| | | ; |
| | | } |
| | | |
| | | .text-grey .img3 { |