Commit 77448cdb authored by zhengke's avatar zhengke

修改问题

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