diff --git a/src/assets/scss/module/_contract.scss b/src/assets/scss/module/_contract.scss index 10790db..0e7f702 100644 --- a/src/assets/scss/module/_contract.scss +++ b/src/assets/scss/module/_contract.scss @@ -17,9 +17,10 @@ } } } + .left{ - width: 250px; - padding: 0 5px!important; + // width: 250px; + // padding: 0 5px!important; tr{ th{ padding: 0!important; @@ -253,4 +254,4 @@ } .fn-center{ text-align: center; -} \ No newline at end of file +} diff --git a/src/i18n/en.json b/src/i18n/en.json index 3a0be52..d2b3e1e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -741,7 +741,7 @@ "resetApply": "Whether to reapply.", "recertification": "Recertification", "userInfo": "Account Information", - "verState": "Verification State", + "verState": "Certification Status", "max": "Max", "limitH": "Hourly withdrawal limit.", "verLeave": "Verification Level", @@ -794,7 +794,9 @@ "address": "Location", "equipment": "Equipment", "preliminary": "Preliminary certification successful", - "clickToVerify": "Click to verify" + "clickToVerify": "Click to verify", + "tips1":"Primary Certification: To withdraw cash, you need to complete advanced certification.", + "tips2":"Advanced Certification: Up to 500k USDT 24-hour withdrawal limit. For more withdrawal amount, please contact customer service" }, "setting": { "smsVer": "SMS Verification", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index ed93dee..ed78f85 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -679,7 +679,7 @@ "resetApply": "是否重新申請。", "recertification": "重新認證", "userInfo": "帳戶資訊", - "verState": "驗證狀態", + "verState": "認證狀態", "max": "最大", "limitH": "小時提幣限額。", "verLeave": "驗證級別", @@ -732,7 +732,9 @@ "address": "地點", "equipment": "設備", "preliminary": "初步認證成功", - "clickToVerify": "點擊驗證" + "clickToVerify": "點擊驗證", + "tips1":"初級認證:要選取現金,您需要完成高級認證。", + "tips2":"高級認證:最高5000USDT 24小時提款限額。 如需更多取款金額,請聯系客服" }, "setting": { "smsVer": "簡訊驗證", diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue index f0285c3..ce8f81d 100644 --- a/src/views/contract/index.vue +++ b/src/views/contract/index.vue @@ -372,4 +372,7 @@ export default { }; diff --git a/src/views/profile/index.vue b/src/views/profile/index.vue index c19c33b..6d0252f 100644 --- a/src/views/profile/index.vue +++ b/src/views/profile/index.vue @@ -24,12 +24,13 @@
- {{$t('profile.max')}} + + {{detail.user_auth_level==2?$t('profile.tips2'):$t('profile.tips1')}}