Commit cd165edc authored by youjie's avatar youjie

no message

parent f83f948a
......@@ -68,10 +68,13 @@
@change="(e)=>{ageChange(e,index)}"
style="margin-left: 10rpx;"
></u-number-box> -->
<text v-for="(items,indexs) in item.ChildAgeTexts"
:key="indexs" @click="eitAge(index,indexs)">
{{ items }}<template v-if="indexs!=(item.ChildAgeTexts.length-1)">,</template>
</text>
<template v-if="item.ChildAgeTexts.length>1">
<text v-for="(items,indexs) in item.ChildAgeTexts"
:key="indexs" @click="eitAge(index,indexs)">
{{ items }}<template v-if="indexs!=(item.ChildAgeTexts.length-1)">,</template>
</text>
</template>
<uni-section title="" type="line">
<uni-data-select :ref="`select_${index}`"
:placeholder="`年龄${item.numberOfChildren>1?'(选多次)':''}`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment