Explorar o código

修复刚才引入的bug

wd %!s(int64=7) %!d(string=hai) anos
pai
achega
c1645d2d54
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;