Commit 0c2f48bb authored by 邱旭's avatar 邱旭

1

parent 1f2f2d3b
...@@ -60,6 +60,9 @@ export default class ActIcon { ...@@ -60,6 +60,9 @@ export default class ActIcon {
private onTap_actsShowBtn() { private onTap_actsShowBtn() {
this.actIconsGroup.visible = !this.actIconsGroup.visible; this.actIconsGroup.visible = !this.actIconsGroup.visible;
for(const k in this.icons){
this.icons[k].visible = !this.icons[k].visible;
}
this.actIconsGroup.x = 12.12; this.actIconsGroup.x = 12.12;
if(this.actIconsGroup.visible == false) { if(this.actIconsGroup.visible == false) {
this.actIconsGroup.x = -999; this.actIconsGroup.x = -999;
......
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