haoxinlei hace 7 años
padre
commit
9098dbf0c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }
 }