Commit 63d3eb09 authored by youjie's avatar youjie

修复

parent 52b60940
......@@ -64,19 +64,6 @@
></u-number-box>
</view>
<view class="row">
<!-- <text style="font-size: 28rpx; color: #111; font-weight: 500;">年龄</text> -->
<!-- <u-number-box size="28" :min="1" :max="12"
v-model="item.ChildAgeDetails"
@change="(e)=>{ageChange(e,index)}"
style="margin-left: 10rpx;"
></u-number-box>
<template v-if="item.ChildAgeTexts.length>1">
<text v-for="(items,indexs) in item.ChildAgeTexts"
:key="indexs" @click="eitAge(index,indexs)"
:style="{'color':current==indexs?'#B99846':''}">
{{ items }}<template v-if="indexs!=(item.ChildAgeTexts.length-1)">,</template>
</text>
</template> -->
<view class="row" v-for="(items,indexs) in item.ChildAgeTexts" :key="indexs">
<uni-section title="" type="line">
<uni-data-select :ref="`select_${index}`"
......@@ -89,17 +76,6 @@
</uni-section>
<u-icon name="arrow" :size="32" color="#ccc" style="position: relative;top: -9rpx;"></u-icon>
</view>
<!-- <uni-section title="" type="line">
<uni-data-select :ref="`select_${index}`"
:placeholder="`年龄${item.numberOfChildren>1?'(选多次)':''}`"
v-model="item.ChildAgeDetails"
:localdata="TypeList"
:clear="false"
@change="(e)=>{ageChange(e,index)}"
></uni-data-select>
</uni-section>
<u-icon name="arrow" :size="32" color="#ccc" style="position: relative;top: -9rpx;"></u-icon>-->
</view>
</view>
</view>
......
......@@ -306,10 +306,10 @@
</view>
</view>
<view class="jz_ReserTitle">
{{ currentPriceInfo.title }}
{{ currentPriceInfo.title?currentPriceInfo.title:'' }}
</view>
<view class="jz_ReserIn" style="margin: 33rpx 0 18rpx 0">
{{ ltName }}
{{ ltName?ltName:'' }}
</view>
<view class="big-title">
<text>{{ realCurrentPriceInfo.priceUnion && realCurrentPriceInfo.priceUnion.startCityName?realCurrentPriceInfo.priceUnion.startCityName:currentPriceInfo.startCityName }}出发</text>
......
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