Browse Source

修改个人中心认证状态

master
ltlzx 4 years ago
parent
commit
e69a1f8c0f
  1. 7
      src/assets/scss/module/_contract.scss
  2. 6
      src/i18n/en.json
  3. 6
      src/i18n/tw.json
  4. 3
      src/views/contract/index.vue
  5. 5
      src/views/profile/index.vue

7
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;
}
}

6
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",

6
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": "簡訊驗證",

3
src/views/contract/index.vue

@ -372,4 +372,7 @@ export default {
};
</script>
<style lang="scss" scoped>
.justify-content-between >>> .dark-app .theme-switch .theme-switch-button .left, .dark-app .theme-switch .theme-switch-button .right{
color:white !important
}
</style>

5
src/views/profile/index.vue

@ -24,12 +24,13 @@
<img src="../../assets/img/icon/top1.png" alt />
</div>
<div>
{{$t('profile.max')}}
<!-- {{$t('profile.max')}}
<span class="font-weight-bold">1k</span>
<span class="font-weight-bold ">USD</span>
<span class="font-weight-bold">24</span>
{{$t('profile.limitH')}}
{{$t('profile.tips')}}
{{$t('profile.tips')}} -->
{{detail.user_auth_level==2?$t('profile.tips2'):$t('profile.tips1')}}
</div>
</div>
</div>

Loading…
Cancel
Save