Commit f1c7d15f authored by jeff's avatar jeff

更新

parent 0610f542
...@@ -323,7 +323,8 @@ export class CustomHotZoneComponent1 implements OnInit, OnDestroy, OnChanges { ...@@ -323,7 +323,8 @@ export class CustomHotZoneComponent1 implements OnInit, OnDestroy, OnChanges {
item['id'] = saveData.id; item['id'] = saveData.id;
item['pic'] = saveData.pic_url item['pic'] = saveData.pic_url
item['useHand'] = saveData.useHand
item['useBorder'] = saveData.useBorder
// item['skeJsonData'] = saveData.skeJsonData; // item['skeJsonData'] = saveData.skeJsonData;
// item['texJsonData'] = saveData.texJsonData; // item['texJsonData'] = saveData.texJsonData;
// item['texPngData'] = saveData.texPngData; // item['texPngData'] = saveData.texPngData;
...@@ -491,7 +492,6 @@ export class CustomHotZoneComponent1 implements OnInit, OnDestroy, OnChanges { ...@@ -491,7 +492,6 @@ export class CustomHotZoneComponent1 implements OnInit, OnDestroy, OnChanges {
item.setScaleXY(saveRect.width / item.width); item.setScaleXY(saveRect.width / item.width);
item.x = saveRect.x + saveRect.width / 2; item.x = saveRect.x + saveRect.width / 2;
item.y = saveRect.y + saveRect.height / 2; item.y = saveRect.y + saveRect.height / 2;
} else { } else {
// item.showLineDash(); // item.showLineDash();
} }
......
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