Commit cd165edc authored by youjie's avatar youjie

no message

parent f83f948a
...@@ -68,10 +68,13 @@ ...@@ -68,10 +68,13 @@
@change="(e)=>{ageChange(e,index)}" @change="(e)=>{ageChange(e,index)}"
style="margin-left: 10rpx;" style="margin-left: 10rpx;"
></u-number-box> --> ></u-number-box> -->
<text v-for="(items,indexs) in item.ChildAgeTexts" <template v-if="item.ChildAgeTexts.length>1">
:key="indexs" @click="eitAge(index,indexs)"> <text v-for="(items,indexs) in item.ChildAgeTexts"
{{ items }}<template v-if="indexs!=(item.ChildAgeTexts.length-1)">,</template> :key="indexs" @click="eitAge(index,indexs)">
</text> {{ items }}<template v-if="indexs!=(item.ChildAgeTexts.length-1)">,</template>
</text>
</template>
<uni-section title="" type="line"> <uni-section title="" type="line">
<uni-data-select :ref="`select_${index}`" <uni-data-select :ref="`select_${index}`"
:placeholder="`年龄${item.numberOfChildren>1?'(选多次)':''}`" :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