修改小bug

This commit is contained in:
A1300399510
2023-07-28 15:20:30 +08:00
parent f07f6586b2
commit 80be8fa65b
5 changed files with 221 additions and 196 deletions

View File

@@ -29,6 +29,7 @@ const props = defineProps({
let key = ref("MVNBZ-PEFWI-O4OGT-5ADVJ-7QAYJ-NBFY4")
const initMap = () => {
console.log("props.latlng",props.latlng);
let center = new TMap.LatLng(props.latlng['latitude'], props.latlng['longitude']);
let map = new TMap.Map("container", {
zoom: 15,