haoxinlei 7 tahun lalu
induk
melakukan
9098dbf0c8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
     }
 }