diff --git a/src/views/userInfo/kyc/index.vue b/src/views/userInfo/kyc/index.vue index ae4a38c..88e233a 100644 --- a/src/views/userInfo/kyc/index.vue +++ b/src/views/userInfo/kyc/index.vue @@ -21,14 +21,14 @@ const kycInfo = ref>({ }); // 证件类型选项 -const idTypeOptions = [ +const idTypeOptions = computed(()=>[ { value: 1, label: t('page.kyc.drive') }, { value: 2, label: t('page.kyc.pass') }, { value: 3, label: t('page.kyc.idcard') }, { value: 4, label: t('page.kyc.stu') }, { value: 5, label: t('page.kyc.health') }, { value: 6, label: t('page.kyc.birth') } -]; +]); // 表单数据 interface FormData {