Commit fd0ebf28 authored by 黄奎's avatar 黄奎

页面修改

parent 4a6d1b6b
...@@ -1176,6 +1176,7 @@ ...@@ -1176,6 +1176,7 @@
x.type = 2 x.type = 2
}) })
} }
if (this.dataList && this.dataList.length > 0) {
//获取酒店坐标 //获取酒店坐标
this.dataList.forEach(x => { this.dataList.forEach(x => {
x.reviewRating = parseFloat(x.reviewRating); x.reviewRating = parseFloat(x.reviewRating);
...@@ -1187,7 +1188,7 @@ ...@@ -1187,7 +1188,7 @@
this.travelLngLat.push(obj); this.travelLngLat.push(obj);
x.type = 1 x.type = 1
}) })
}
this.dataList2 = ourHotelList.concat(this.dataList); this.dataList2 = ourHotelList.concat(this.dataList);
let jalanTotalCount = 0; let jalanTotalCount = 0;
if (res.data.data.parmResult && res.data.data.parmResult.numberOfResultMatched) { if (res.data.data.parmResult && res.data.data.parmResult.numberOfResultMatched) {
......
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