Commit df5d2bc5 authored by 18224442217's avatar 18224442217

no message

parent b4e69cd3
......@@ -68,10 +68,10 @@
},
created() {},
onShow() {
this.getList()
},
mounted() {
this.getList()
setTimeout(() => {
this.getHeadHeight();
}, 1000);
......
......@@ -20,7 +20,9 @@
<img class="inlineblock MR10" mode="widthFix" style="width: 167rpx;height: 31rpx"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1697021959000_719.png"/>
<view class="fz26 color1D1D20 ML31">
<text>已选:{{orderMsg.GuestNum}} <text class="fz22"></text></text>
<text>已选:
<!-- {{orderMsg.GuestNum}} <text class="fz22"></text> -->
</text>
<text class="ML30" v-if="orderMsg.ManNum>0">{{orderMsg.ManNum}} <text class="fz22">成人</text></text>
<text class="ML30" v-if="orderMsg.BabyNum>0">{{orderMsg.BabyNum}} <text class="fz22">婴儿</text></text>
<text class="ML30" v-if="orderMsg.ChirdNum>0">{{orderMsg.ChirdNum}} <text class="fz22">儿童</text></text>
......@@ -56,7 +58,7 @@
</view>
</view>
</view>
<view v-if="B2BSellNum>=orderMsg.YSeatNum||!orderMsg.GuestNum" class="airTicketDetailsAdd bgDEBF7B fz32 fontBold textCenter"
<view v-if="B2BSellNum>=orderMsg.YSeatNum" class="airTicketDetailsAdd bgDEBF7B fz32 fontBold textCenter"
@click="AddPassengers">
添加乘机人
</view>
......
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