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