Commit 0bc49276 authored by 18224442217's avatar 18224442217

no message

parent a36770c9
...@@ -384,6 +384,8 @@ ...@@ -384,6 +384,8 @@
); );
if(this.NewDetailsList&&this.NewDetailsList.length==0){ if(this.NewDetailsList&&this.NewDetailsList.length==0){
this.getAirDetails(this.orderData.model.TCID) this.getAirDetails(this.orderData.model.TCID)
}else{
uni.hideLoading()
} }
}else{ }else{
uni.hideLoading() uni.hideLoading()
...@@ -497,7 +499,9 @@ ...@@ -497,7 +499,9 @@
return return
} }
//未付款-调用后台取消 //未付款-调用后台取消
uni.showLoading() uni.showLoading({
title: "请稍等...",
})
this.loading = true this.loading = true
if ( if (
(item.PaymentTime == null || item.PaymentTime == "") && (item.PaymentTime == null || item.PaymentTime == "") &&
...@@ -557,7 +561,9 @@ ...@@ -557,7 +561,9 @@
if(this.loading){ if(this.loading){
return return
} }
uni.showLoading() uni.showLoading({
title: "请稍等...",
})
this.loading = true this.loading = true
let url = "/api/WeChatPay/GetTravlePayInfo"; let url = "/api/WeChatPay/GetTravlePayInfo";
let DepartureName = this.NewDetailsList[0].DepartureName let DepartureName = this.NewDetailsList[0].DepartureName
......
...@@ -318,7 +318,9 @@ ...@@ -318,7 +318,9 @@
}); });
return return
} }
uni.showLoading() uni.showLoading({
title: "请稍等...",
})
this.loading = true this.loading = true
this.apipost("sellorder_post_SetOrderInfoForAirTicket",this.orderMsg, this.apipost("sellorder_post_SetOrderInfoForAirTicket",this.orderMsg,
(res) => { (res) => {
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
{{StartDateObj.math}}{{StartDateObj.date}}日(周{{StartDateObj.week}}) {{StartDateObj.math}}{{StartDateObj.date}}日(周{{StartDateObj.week}})
</template> </template>
<template v-else> <template v-else>
可选以下出发日期进行筛查 {{!StartDateObj.math&&NewDateList.length>0?'可选以下出发日期进行筛查':'--'}}
</template> </template>
</text> </text>
<view class="height-line1"></view> <view class="height-line1"></view>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<text></text> <text></text>
<text class="MT10 MB10"></text> <text class="MT10 MB10"></text>
<text class="fz26 color9999A5"> <text class="fz26 color9999A5">
无可选日期 暂无可出发日期
</text> </text>
</view> </view>
</view> </view>
......
...@@ -55,7 +55,10 @@ ...@@ -55,7 +55,10 @@
<text class="fz22 MT5 width100 ellipsis1">{{childs.aName}}</text> <text class="fz22 MT5 width100 ellipsis1">{{childs.aName}}</text>
</view> </view>
<view class="ML20 TicketOrderListCard-Pr textRight"> <view class="ML20 TicketOrderListCard-Pr textRight">
<view v-if="!index" class=" fz34 fontBold">¥ {{item.preferPrice}}</view> <view v-if="!index" class="fz34 fontBold">
<text class="fz32">¥ </text>
{{item.preferPrice}}
</view>
<view v-if="index==1&&(item.orderState==1||item.orderState==2||item.orderState==3)" <view v-if="index==1&&(item.orderState==1||item.orderState==2||item.orderState==3)"
class="fz32 relative TicketOrderListCard-PrQx" class="fz32 relative TicketOrderListCard-PrQx"
:class="[item.loading?'color9999A5':'colorDEBF7B']" :class="[item.loading?'color9999A5':'colorDEBF7B']"
...@@ -156,7 +159,9 @@ ...@@ -156,7 +159,9 @@
return return
} }
//未付款-调用后台取消 //未付款-调用后台取消
uni.showLoading() uni.showLoading({
title: "请稍等...",
})
this.DataLists[this.i].loading = true this.DataLists[this.i].loading = true
if ( if (
(item.paymentTime == null || item.paymentTime == "") && (item.paymentTime == null || item.paymentTime == "") &&
...@@ -229,7 +234,9 @@ ...@@ -229,7 +234,9 @@
let FlightDate = this.DataLists[0].flightDate+'/'+this.DataLists[0].departure_time let FlightDate = this.DataLists[0].flightDate+'/'+this.DataLists[0].departure_time
let GoodsName = `${DepartureName}-${ArrivalCityName}-${FlightDate}`; let GoodsName = `${DepartureName}-${ArrivalCityName}-${FlightDate}`;
// GoodsName = GoodsName.slice(0, 10); // GoodsName = GoodsName.slice(0, 10);
uni.showLoading() uni.showLoading({
title: "请稍等...",
})
this.DataLists[this.i].loading = true this.DataLists[this.i].loading = true
this.request2( this.request2(
{ {
......
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