Commit fa5386df authored by youjie's avatar youjie

酒店订单

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