隐藏子女账
This commit is contained in:
parent
ea40131084
commit
61415eebe6
@ -273,18 +273,18 @@
|
|||||||
<div class="participant-option">
|
<div class="participant-option">
|
||||||
<a-radio value="self">我自己</a-radio>
|
<a-radio value="self">我自己</a-radio>
|
||||||
</div>
|
</div>
|
||||||
<template v-if="children.length">
|
<!-- <template v-if="children.length">
|
||||||
<div v-for="child in children" :key="child.id" class="participant-option">
|
<div v-for="child in children" :key="child.id" class="participant-option">
|
||||||
<a-radio :value="'child_' + child.id">
|
<a-radio :value="'child_' + child.id">
|
||||||
子女:{{ child.name }}
|
子女:{{ child.name }}
|
||||||
<span class="child-detail" v-if="child.grade">({{ child.grade }})</span>
|
<span class="child-detail" v-if="child.grade">({{ child.grade }})</span>
|
||||||
</a-radio>
|
</a-radio>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template> -->
|
||||||
</a-radio-group>
|
</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>
|
</template>
|
||||||
<a-button type="primary" block size="large" :loading="registering" @click="handleRegister" class="confirm-btn">
|
<a-button type="primary" block size="large" :loading="registering" @click="handleRegister" class="confirm-btn">
|
||||||
确认报名
|
确认报名
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user