소스 검색

修复刚才引入的bug

wd 7 년 전
부모
커밋
c1645d2d54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -790,7 +790,7 @@ export function polygonContent(airspaceInfo, type=3) {
             content.push(c)
         }
         content = content.join('、') + `${length}点连线范围内`
-        content += `,${getHeight(airspaceInfo.height, airspaceInfo.heightStandard, type}`
+        content += `,${getHeight(airspaceInfo.height, airspaceInfo.heightStandard, type)}`
         if (airspaceInfo.note)
             content = `${content},备注:${airspaceInfo.note}`
         return content;