隐藏子女账
This commit is contained in:
parent
ea40131084
commit
61415eebe6
@ -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">
|
||||
确认报名
|
||||
|
||||
Loading…
Reference in New Issue
Block a user