Commit f604ed08 authored by youjie's avatar youjie

no message

parent 9b6ea73c
......@@ -108,16 +108,18 @@
<icon-down size="16" strokeLinejoin="miter" />
</div>
<template #content>
<a-doption
v-for="option in AreaCodeList"
:key="option.value"
@click.stop="handleAreaCodeChange(option.value)">
<div class="flex items-center space-x-3 px-2 py-1">
<!-- <span class="text-lg">{{ option.flag }}</span> -->
<span class="font-medium">{{ option.label }}</span>
<span class="text-[#A3A4A0] font-light">({{ option.value }})</span>
</div>
</a-doption>
<a-scrollbar class="max-h-[200px] overflow-auto">
<a-doption
v-for="option in AreaCodeList"
:key="option.value"
@click.stop="handleAreaCodeChange(option.value)">
<div class="flex items-center space-x-3 px-2 py-1">
<!-- <span class="text-lg">{{ option.flag }}</span> -->
<span class="font-medium">{{ option.label }}</span>
<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