|
|
@@ -74,7 +74,7 @@ const goToNavigation = (longitude: string, latitude: string, name: string) => {
|
|
74
|
74
|
<image class="icon-arrive" :src="minioUrl + '/icon_arrive.png'" mode="aspectFill" />
|
|
75
|
75
|
<view class="t">{{ item.content.endLocation }}</view>
|
|
76
|
76
|
</view>
|
|
77
|
|
- <view class="icon-go" @click="goToNavigation(item.content.endLongitude, item.content.endLatitude, item.content.title)">
|
|
|
77
|
+ <view class="icon-go" @click="goToNavigation(item.content.longitude, item.content.latitude, item.title)">
|
|
78
|
78
|
<image :src="minioUrl + '/icon_blue_go.png'" mode="aspectFill" />
|
|
79
|
79
|
</view>
|
|
80
|
80
|
</view>
|