Commit 0e5a0976 authored by youjie's avatar youjie

地图列表

parent 5044f9b1
......@@ -2,7 +2,8 @@
<view class="hotel-list-search">
<view class="row items-center" style="padding: 12rpx 0 0 0;">
<view class="search-box" style="width: 1px;flex: 1;">
<view class="hotel-city" @click="MapType?'':showCity()">
<!-- @click="MapType?'':showCity()" -->
<view class="hotel-city" @click="showCity()">
{{ city }}
</view>
......
......@@ -23,7 +23,7 @@
:longitude="center.longitude"
:latitude="center.latitude"
:markers="markers"
:include-points="points"
:include-points="includePoints"
@callouttap="handleCalloutClick"
>
</map>
......
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