|
@@ -13,10 +13,14 @@
|
|
|
</view>
|
|
|
<map style="width: 100%; height: 300px;" :latitude="data.latitude" :longitude="data.longitude"
|
|
|
:markers="data.covers" :show-location="true"> </map>
|
|
|
- <view v-if="result" v-for="(item,index) in result.data.data" key="index" class="map-card-list">
|
|
|
- <view @click="xuanzeAdress(item)" class="map-card-box">
|
|
|
- <view class="map-card-title" :class="index==0?'xxxactive':''">{{item.title}}</view>
|
|
|
- <view class="map-card-address">{{item.address}}</view>
|
|
|
+
|
|
|
+ <view v-if="result" class="map-card-list">
|
|
|
+ <view v-for="(item,index) in result.data.data" key="index" @click="xuanzeAdress(item)" class="map-card-box">
|
|
|
+ <view>
|
|
|
+ <view class="map-card-title"><text v-if="index==0" class="dqwz-text">当前位置</text>{{item.title}}</view>
|
|
|
+ <view class="map-card-address">{{item.address}}</view>
|
|
|
+ </view>
|
|
|
+ <icon class="map-active-icon" v-if="index==0"></icon>
|
|
|
</view>
|
|
|
|
|
|
</view>
|