隐藏子女账

This commit is contained in:
zhonghua 2026-04-15 14:28:07 +08:00
parent ea40131084
commit 61415eebe6

View File

@ -273,18 +273,18 @@
<div class="participant-option">
<a-radio value="self">我自己</a-radio>
</div>
<template v-if="children.length">
<!-- <template v-if="children.length">
<div v-for="child in children" :key="child.id" class="participant-option">
<a-radio :value="'child_' + child.id">
子女{{ child.name }}
<span class="child-detail" v-if="child.grade">{{ child.grade }}</span>
</a-radio>
</div>
</template>
</template> -->
</a-radio-group>
<a-button type="link" @click="$router.push('/p/mine/children')" class="add-child-link">
<!-- <a-button type="link" @click="$router.push('/p/mine/children')" class="add-child-link">
+ 添加新的子女
</a-button>
</a-button> -->
</template>
<a-button type="primary" block size="large" :loading="registering" @click="handleRegister" class="confirm-btn">
确认报名