| | |
| | | <div style="padding-bottom: 30px" class="font-26 authentication"> |
| | | <fx-header @back="loginOut"> |
| | | <template #title> |
| | | {{ $t('primaryCertification') }} |
| | | <!-- {{ $t('primaryCertification') }} --> |
| | | {{ $t('realNameVertify') }} |
| | | </template> |
| | | </fx-header> |
| | | <!-- <country-list /> --> |
| | |
| | | import countries from "./components/countryList"; |
| | | import { getCurrentInstance } from 'vue'; |
| | | import { useI18n } from "vue-i18n"; |
| | | import { customerServiceUrl } from '@/config' |
| | | const { t } = useI18n() |
| | | const router = useRouter() |
| | | const countryName = ref(t('selectNation')) |
| | |
| | | const language = ref('en') |
| | | const controlChild = ref(null) |
| | | const { proxy } = getCurrentInstance(); |
| | | const customer_service_url = ref(customerServiceUrl) // 客服链接,有值的话就会跳转到客服外链 |
| | | |
| | | onMounted(() => { |
| | | fetchInfo(); |
| | |
| | | showToast(t('entryCredent')) |
| | | return |
| | | } |
| | | if (frontFile.value.length == 0 || reverseFile.value.length == 0|| fileList.value.length == 0) { |
| | | if (frontFile.value.length == 0 || reverseFile.value.length == 0 || fileList.value.length == 0) { |
| | | showToast(t('uploadComplete')) |
| | | return |
| | | } |
| | |
| | | }) |
| | | } |
| | | const tokefu = () => { |
| | | router.push('/customerService') |
| | | if (customer_service_url.value) { |
| | | window.location.href = customer_service_url.value; |
| | | } else { |
| | | router.push('/customerService') |
| | | } |
| | | } |
| | | |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | @import '../../assets/css/copy.scss'; |
| | | @import "@/views/authentication/components/intl.css"; |
| | | .box{ |
| | | |
| | | .box { |
| | | padding: 1.5rem !important; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | input:disabled { |
| | | background: $mainbgWhiteColor; |
| | | background: $mainbgWhiteColor; |
| | | } |
| | | |
| | | .list-view { |