|
@@ -138,7 +138,7 @@ const loadMap = async () => {
|
|
|
map.addControl(new AMap.Scale()); //显示当前地图中心的比例尺
|
|
|
map.addControl(new AMap.MapType()); //显示当前地图中心的比例尺
|
|
|
});
|
|
|
- console.log('map', map,)
|
|
|
+ console.log('map', map)
|
|
|
|
|
|
const initMakers = async () => {
|
|
|
const data = await getDataQuest() as any as any[];
|
|
@@ -150,7 +150,6 @@ const loadMap = async () => {
|
|
|
const latlng = item.latlng
|
|
|
const coord = latlng.split(',')
|
|
|
|
|
|
-
|
|
|
console.log('coord', coord, item.caseId)
|
|
|
const url = getQuery(item.caseId, true)
|
|
|
console.log('url', url)
|
|
@@ -233,7 +232,6 @@ body {
|
|
|
.tabbar .nav .nav_item {
|
|
|
padding: 10px;
|
|
|
cursor: pointer;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.card-container {
|
|
@@ -267,4 +265,8 @@ body {
|
|
|
margin: 0;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
+
|
|
|
+.amap-ctrl-list-layer {
|
|
|
+ z-index: 100000;
|
|
|
+}
|
|
|
</style>
|