Commit 79e59685 authored by youjie's avatar youjie

no message

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