Commit 0bc49276 authored by 18224442217's avatar 18224442217

no message

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