Commit 8aa64605 authored by youjie's avatar youjie

修复bug

parent 095eea66
...@@ -1152,10 +1152,10 @@ export default { ...@@ -1152,10 +1152,10 @@ export default {
this.order = pickuporderHotal[pickuporderHotal.length-1] this.order = pickuporderHotal[pickuporderHotal.length-1]
if (this.order) { if (this.order) {
this.msg.searchroomGroup = this.order.order.msg.searchroomGroup this.msg.searchroomGroup = this.order.order.msg.searchroomGroup
this.msg.searchroomGroup.forEach(item => { // this.msg.searchroomGroup.forEach(item => {
item.numberOfChildren = 0 // item.numberOfChildren = 0
item.ChildAgeDetails = 0 // item.ChildAgeDetails = 0
}) // })
this.CountPeople() this.CountPeople()
} }
} }
...@@ -1532,6 +1532,7 @@ export default { ...@@ -1532,6 +1532,7 @@ export default {
(res) => { (res) => {
this.$q.loading.hide(); this.$q.loading.hide();
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.images = []
var tempObj = res.data.data; var tempObj = res.data.data;
this.dataList = res.data.data this.dataList = res.data.data
tempObj.images.filter(x=>{ tempObj.images.filter(x=>{
......
...@@ -272,8 +272,16 @@ export default { ...@@ -272,8 +272,16 @@ export default {
this.HotalMsg.KeyWords2 = '' this.HotalMsg.KeyWords2 = ''
// this.HotalMsg.KeyWords = '' // this.HotalMsg.KeyWords = ''
this.HotalMsg.hotelId = y.Id this.HotalMsg.hotelId = y.Id
let item = {
CheckInDate: this.HotalMsg.StartDate,
CheckOutDate: this.HotalMsg.EndDate,
ConfigId: y.Id,
unitprice: y.Price,
ProductType: 6,
}
this.CommonJump(item, {}, "blank");
this.$emit('change', this.HotalMsg,{hotelId:y.Id,Price:y.Price}) // this.$emit('change', this.HotalMsg,{hotelId:y.Id,Price:y.Price})
} }
this.showKeyWordsList = false this.showKeyWordsList = false
this.showSplitPannel = false this.showSplitPannel = false
......
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