Commit 77448cdb authored by zhengke's avatar zhengke

修改问题

parent 8f4f709b
...@@ -562,7 +562,7 @@ ...@@ -562,7 +562,7 @@
</el-col> </el-col>
</el-row> </el-row>
<!-- 酒店 --> <!-- 酒店 -->
<div class="Grouptour hotel" style="height:390px;overflow:hidden;"> <div class="Grouptour hotel" style="height:385px;overflow:hidden;">
<div class="tour_left"> <div class="tour_left">
<p>酒店</p> <p>酒店</p>
<div class="tour_left_content hotel_left_content"> <div class="tour_left_content hotel_left_content">
......
...@@ -1180,6 +1180,7 @@ ...@@ -1180,6 +1180,7 @@
//获取酒店坐标 //获取酒店坐标
this.dataList.forEach(x => { this.dataList.forEach(x => {
x.reviewRating = parseFloat(x.reviewRating); x.reviewRating = parseFloat(x.reviewRating);
x.lowrateBySetCurrency = parseFloat(x.lowrateBySetCurrency);
let obj = { let obj = {
lat: x.latitudeW, lat: x.latitudeW,
lng: x.longitudeW, lng: x.longitudeW,
......
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