Commit a8547f44 authored by youjie's avatar youjie

no message

parent 87bdfc0d
......@@ -1364,9 +1364,6 @@ export default {
x[m] = x[m] < 0 ? 0 : x[m]++;
if(x[m]>0)x['ChildAgeDetails'] = x['ChildAgeDetails']?x['ChildAgeDetails']:1
else x['ChildAgeDetails'] = 0
setTimeout(()=>{
this.getDiDaPriceSearchList()
},1000)
}
}
this.CountPeople()
......@@ -1379,7 +1376,9 @@ export default {
this.numberOfAdults += x.numberOfAdults
this.numberOfChildren += x.numberOfChildren
})
setTimeout(()=>{
this.getDiDaPriceSearchList()
},1000)
},
optionsFn(cd) {
return cd >= date.formatDate(date.addToDate(new Date(), { days: 8 }), 'YYYY/MM/DD')
......
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