|
@@ -424,7 +424,9 @@ const props = defineProps(['langType', 'verificationCode', 'subData']);
|
|
|
|
|
|
const emits = defineEmits(['closeComponent']);
|
|
|
|
|
|
-const formData = reactive({})
|
|
|
+const formData = reactive({
|
|
|
+ active2: []
|
|
|
+})
|
|
|
const cardTypeList = computed(() => lang[props.langType].cardTypeList)
|
|
|
const unitTypeList = computed(() => lang[props.langType].foreignCountryUnitType)
|
|
|
const showBirthday = ref(false)
|