From 51b35cc2acf48af03f32f1918d20a126a48d6e9b Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 11 Mar 2026 13:46:10 +0800
Subject: [PATCH] 该客服
---
src/views/certificationCenter/index.vue | 52 +++++++++++++++++++++++++++++-----------------------
1 files changed, 29 insertions(+), 23 deletions(-)
diff --git a/src/views/certificationCenter/index.vue b/src/views/certificationCenter/index.vue
index 7944e3b..7962e56 100644
--- a/src/views/certificationCenter/index.vue
+++ b/src/views/certificationCenter/index.vue
@@ -18,7 +18,7 @@
</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" />
@@ -31,7 +31,7 @@
<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>
@@ -40,7 +40,7 @@
<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">
@@ -54,7 +54,7 @@
</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>
@@ -64,9 +64,10 @@
</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)">{{
+ :class="kyc_status == 0 || kyc_status == 3 ? 'btnMain text-white' : 'bgDark text-grey'" @click="openUlr(1)">
+ {{
fixBtnState(kyc_status) }}</div>
</div>
@@ -121,12 +122,12 @@
<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>
@@ -241,18 +242,18 @@
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([
{
@@ -366,6 +367,7 @@
</script>
<style lang="scss" scoped>
@import "@/views/authentication/components/intl.css";
+@import '@/assets/theme/index.scss';
.certificationCenter {
width: 100%;
@@ -383,7 +385,10 @@
padding-left: 2rem;
padding-right: 2rem;
padding-bottom: 2.625rem;
- background: $tab_background;
+
+ @include themify() {
+ background-color: themed("c2c_background1");
+ }
.user-info {
overflow: hidden;
@@ -563,7 +568,8 @@
.fs {
font-size: 14px;
margin-left: 10px;
- color: $text_color1;;
+ color: $text_color1;
+ ;
}
.text-grey .img3 {
--
Gitblit v1.9.3