|
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
<uni-list-item title="标题" :rightText="datas.title" /> |
|
|
|
|
<uni-list-item title="事件位置" :rightText="'经度:' + datas.longitude + ',纬度:' + datas.latitude" /> |
|
|
|
|
<map class="map" :markers="covers" :longitude="datas.longitude" :latitude="datas.latitude" |
|
|
|
|
name="" :enable-zoom="false" :enable-scroll="false"></map> |
|
|
|
|
name="" ></map> |
|
|
|
|
<uni-list-item title="描述" :rightText="datas.description" /> |
|
|
|
|
<uni-list-item v-if="datas.pathList"> |
|
|
|
|
<template v-slot:body> |
|
|
|
|