| | |
| | | </div> |
| | | </div> |
| | | <div class="contentBox pt-5 tabBackground pb-5"> |
| | | <div class="btnBox2"> |
| | | <!-- <div class="btnBox2"> |
| | | <div class="textColor4 textColor5 flex" style="justify-content: center;align-items: center;" |
| | | :class="{ 'activeStyle': active == 0 }" @click="changeTab(0)"> |
| | | <img v-if="identityverif" src="../../assets/image/idImg/finishIcon.png" alt="" class="w-10 h-10 mr-2" /> |
| | |
| | | <img v-else src="../../assets/image/idImg/finishIcon1.png" alt="" class="w-10 h-10 mr-2" /> |
| | | <span>{{ $t('advancedCertification') }}</span> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <div v-show="active == 0"> |
| | | <div class="justify-between23"> |
| | | <div class="textColor1">{{ $t('require') }}</div> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="px-32-1 px-32-2"> |
| | | <div class="font-36 textColor mt-82 span32">{{ $t('featuresAndLimitations') }}</div> |
| | | <!-- <div class="font-36 textColor mt-82 span32">{{ $t('featuresAndLimitations') }}</div> |
| | | <content-com class="mt-40" :contentObj="coinObj" :state="identityverif"></content-com> |
| | | <content-com class="mt-40" :contentObj="c2cObj" :state="identityverif"></content-com> |
| | | <content-com class="mt-40" :contentObj="currencyObj" :state="identityverif"></content-com> |
| | |
| | | </div> |
| | | <div class=" text-red font-20"> |
| | | <p v-show="(kyc_status == 3)">{{ $t('certificationRefusal') }}:{{ turnDownMsg }}</p> |
| | | </div> |
| | | </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)">{{ |
| | | fixBtnState(kyc_status) }}</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([ |
| | | { |