From 81cbe0436116f87cc03b0d7f27865912560d40d5 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 16 Oct 2025 11:34:30 +0800
Subject: [PATCH] 1
---
src/views/certificationCenter/index.vue | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/views/certificationCenter/index.vue b/src/views/certificationCenter/index.vue
index c39bb6f..c78944c 100644
--- a/src/views/certificationCenter/index.vue
+++ b/src/views/certificationCenter/index.vue
@@ -241,18 +241,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([
{
--
Gitblit v1.9.3