Commit f604ed08 authored by youjie's avatar youjie

no message

parent 9b6ea73c
......@@ -108,6 +108,7 @@
<icon-down size="16" strokeLinejoin="miter" />
</div>
<template #content>
<a-scrollbar class="max-h-[200px] overflow-auto">
<a-doption
v-for="option in AreaCodeList"
:key="option.value"
......@@ -118,6 +119,7 @@
<span class="text-[#A3A4A0] font-light">({{ option.value }})</span>
</div>
</a-doption>
</a-scrollbar>
</template>
</a-dropdown>
......@@ -623,6 +625,7 @@ const handleSubmit = async () => {
email: formData.email,// 必需
name: formData.name || '',
phone: formData.phone || '',
phoneCode: formData.phoneCode || '',
sex: formData.sex,
birthday: formData.birthday || null,
lineId: formData.lineId || '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment