|
|
@@ -14,17 +14,6 @@
|
|
|
:focus="isFocus"
|
|
|
@input="searchFn" />
|
|
|
</div>
|
|
|
- <!-- 地图 -->
|
|
|
- <!-- <div class="map-box">
|
|
|
- <map id="myMap" style="width: 100%; height: 140px;" :latitude="latitude" :longitude="longitude" @regionchange="mapChange">
|
|
|
- <cover-image class="current-site-icon" src="../../static/images/common/localposition.png"></cover-image>
|
|
|
- <cover-view class="reload" @click="reload">
|
|
|
- <cover-view class="center1">
|
|
|
- <cover-view class="center2"></cover-view>
|
|
|
- </cover-view>
|
|
|
- </cover-view>
|
|
|
- </map>
|
|
|
- </div>-->
|
|
|
<!-- 列表 -->
|
|
|
<scroll-view class="near-list" scroll-y>
|
|
|
<view v-for="(item,index) in nearListData" :key="index" @click="switchAddress(item,index)" class="near-item">
|