Commit fa5386df authored by youjie's avatar youjie

酒店订单

parent efa824d4
...@@ -548,10 +548,12 @@ ...@@ -548,10 +548,12 @@
title: '加载中...', title: '加载中...',
mask: true mask: true
}); });
this.submit = true
this.apipost( this.apipost(
"dmc_post_GetDiDaPriceConfirm", this.params, "dmc_post_GetDiDaPriceConfirm", this.params,
res => { res => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.submit = false
uni.hideLoading(); uni.hideLoading();
this.dataList = res.data.PriceDetails; this.dataList = res.data.PriceDetails;
this.roomRateDetails = res.data.PriceDetails.HotelList[0]; this.roomRateDetails = res.data.PriceDetails.HotelList[0];
...@@ -569,7 +571,7 @@ ...@@ -569,7 +571,7 @@
title: err.message, title: err.message,
icon: 'none', icon: 'none',
}) })
this.submit = false; // this.submit = false;
}); });
}, },
getPrice(price) { getPrice(price) {
......
...@@ -245,6 +245,7 @@ ...@@ -245,6 +245,7 @@
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel3stars.png', 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel3stars.png',
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel4stars.png', 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel4stars.png',
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel5stars.png', 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel5stars.png',
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638809441661552596.png',
], ],
openImg:[ openImg:[
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638762717498946531.png', 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638762717498946531.png',
......
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