Commit 47a7a43b authored by 李维's avatar 李维

Bug fix

parent 33c22379
...@@ -51,7 +51,6 @@ ...@@ -51,7 +51,6 @@
fontName = "FuturaBT-Medium" fontName = "FuturaBT-Medium"
fontColor = "#c8161e" fontColor = "#c8161e"
[hotZoneItemArr]="hotZoneItemArrLeft" [hotZoneItemArr]="hotZoneItemArrLeft"
title="左选区"
(save)="saveData($event, 1)" (save)="saveData($event, 1)"
></app-custom-hot-zone> ></app-custom-hot-zone>
...@@ -201,7 +200,6 @@ ...@@ -201,7 +200,6 @@
fontName = "FuturaBT-Medium" fontName = "FuturaBT-Medium"
fontColor = "#c8161e" fontColor = "#c8161e"
[(hotZoneItemArr)]="hotZoneItemArrMiddle" [(hotZoneItemArr)]="hotZoneItemArrMiddle"
title="右选区"
(save)="saveData($event, 2)" (save)="saveData($event, 2)"
></app-custom-hot-zone> ></app-custom-hot-zone>
...@@ -351,7 +349,6 @@ ...@@ -351,7 +349,6 @@
fontName = "FuturaBT-Medium" fontName = "FuturaBT-Medium"
fontColor = "#c8161e" fontColor = "#c8161e"
[(hotZoneItemArr)]="hotZoneItemArrRight" [(hotZoneItemArr)]="hotZoneItemArrRight"
title="右选区"
(save)="saveData($event, 3)" (save)="saveData($event, 3)"
></app-custom-hot-zone> ></app-custom-hot-zone>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment