Commit b2f97aae authored by Li Mingzhe's avatar Li Mingzhe

feat: 刷新

parent df4be9d2
...@@ -1035,7 +1035,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges { ...@@ -1035,7 +1035,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
animaPanelCancel() { animaPanelCancel() {
this.animaPanelVisible = false; this.animaPanelVisible = false;
this.refresh();
} }
animaPanelOk() { animaPanelOk() {
...@@ -1043,6 +1043,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges { ...@@ -1043,6 +1043,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
this.setItemDragonBoneData(this.hotZoneArr[this.curDragonBoneIndex]); this.setItemDragonBoneData(this.hotZoneArr[this.curDragonBoneIndex]);
console.log('this.hotZoneArr: ', this.hotZoneArr); console.log('this.hotZoneArr: ', this.hotZoneArr);
this.animaPanelVisible = false; this.animaPanelVisible = false;
this.refresh();
} }
setItemDragonBoneData(item) { setItemDragonBoneData(item) {
......
...@@ -106,7 +106,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -106,7 +106,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
setTimeout(() => { setTimeout(() => {
this.curNgIndex ++; this.curNgIndex ++;
this.setAngularArr(); this.setAngularArr();
},1); },0);
} }
......
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