Commit 79e59685 authored by youjie's avatar youjie

no message

parent c2377c35
......@@ -391,7 +391,7 @@ export default {
watch: {
'$route': {
handler(to, from) {
if(to.path.indexOf('SearchDida')!=-1||to.path.indexOf('SearchDiDa')!=-1||to.path.indexOf('searchdida')!=-1||to.path.indexOf('searchDida')!=-1||to.path.indexOf('detailHotalDida')!=-1){
if(to.path.indexOf('HotalDidaForm')!=-1||to.path.indexOf('SearchDida')!=-1||to.path.indexOf('SearchDiDa')!=-1||to.path.indexOf('searchdida')!=-1||to.path.indexOf('searchDida')!=-1||to.path.indexOf('detailHotalDida')!=-1){
this.getHotalHotList()
this.hideSearch = true
}else{
......
......@@ -1511,6 +1511,7 @@ export default {
});
})
this.dataList.images = this.images
this.CityName = tempObj.CityName.split('(')[0]
if (tempObj.HotelFacilityList && tempObj.HotelFacilityList.length > 0) {
const totalRows = Math.ceil(tempObj.HotelFacilityList.length / this.itemsPerRow)
......
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