Commit 232f4dbe authored by 18224442217's avatar 18224442217

no message

parent 0c8cb6a4
......@@ -500,7 +500,7 @@
}
//未付款-调用后台取消
uni.showLoading({
title: "请稍等...",
title: "请稍等片刻...",
})
this.loading = true
if (
......@@ -562,7 +562,7 @@
return
}
uni.showLoading({
title: "请稍等...",
title: "请稍等片刻...",
})
this.loading = true
let url = "/api/WeChatPay/GetTravlePayInfo";
......
......@@ -319,7 +319,7 @@
return
}
uni.showLoading({
title: "请稍等...",
title: "请稍等片刻...",
})
this.loading = true
this.apipost("sellorder_post_SetOrderInfoForAirTicket",this.orderMsg,
......
......@@ -160,7 +160,7 @@
}
//未付款-调用后台取消
uni.showLoading({
title: "请稍等...",
title: "请稍等片刻...",
})
this.DataLists[this.i].loading = true
if (
......@@ -235,7 +235,7 @@
let GoodsName = `${DepartureName}-${ArrivalCityName}-${FlightDate}`;
// GoodsName = GoodsName.slice(0, 10);
uni.showLoading({
title: "请稍等...",
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