修复:用户资料及认证提交页面,需求定制页面

This commit is contained in:
2025-02-15 18:38:21 +08:00
parent ca3b5a296e
commit 9081e41188
29 changed files with 925 additions and 284 deletions

View File

@@ -39,6 +39,15 @@ withDefaults(
}>(),
{}
);
const emit = defineEmits<{
(e: 'done', where: any): void
}>()
const onSubmit = () => {
emit('done')
}
</script>
<style scoped lang="less">