<divstyle="width:500px;margin:50px auto;display:flex;flex-direction:column;"><divstyle="font-weight:600;font-size:18px">问卷调查</div><divv-for="(item,index) in question":key="index"style="padding-top:10px"><divstyle="margin-bottom:10px">{{item.title}}</div><divv-if="item.sex"style="display:flex;align-items:center;"><divv-for="(item2,index2) in item.sex":key="index2"@click="chooseSex(item2)"style="margin-right:20px"><inputtype="radio":value="item2"v-model="radio2"><span> {{item2}}</span></div></div><divv-if="item.item"style="display:flex;align-items:center;"><divv-for="(item3,index3) in item.item":key="index3"@click="chooseHobbied(item3)"style="margin-right:20px"><inputtype="checkbox":value="item3"v-model="checkbox"><span> {{item3}}</span></div></div></div></div>