Fly 3 月之前
父節點
當前提交
1c387d7d86
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/tiandituMap/tiandituMap.vue

+ 1 - 1
components/tiandituMap/tiandituMap.vue

@@ -604,7 +604,7 @@
 				// const h = uni.upx2px(54)
 				const icon = new T.Icon({
 					iconUrl: locationPath,
-					iconSize: new T.Point(54, 54)
+					iconSize: new T.Point(30, 30)
 				});
 				const marker = new T.Marker(new T.LngLat(longitude, latitude), {
 					icon