haoxinlei 7 년 전
부모
커밋
9098dbf0c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.ts

+ 1 - 1
index.ts

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