From f044c02ec68d73463edc5933f53d0dc8d291bd60 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Thu, 4 Mar 2021 08:58:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=E7=B4=A0=E6=9D=90=E5=8F=98?= =?UTF-8?q?=E5=A4=A7=E5=90=8E=E6=9B=B4=E6=96=B0=E5=AE=BD=E9=AB=98=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ui/collection-tools/collection-tools.component.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/ui/collection-tools/collection-tools.component.ts b/src/app/ui/collection-tools/collection-tools.component.ts index bc03d98..f7c7baf 100644 --- a/src/app/ui/collection-tools/collection-tools.component.ts +++ b/src/app/ui/collection-tools/collection-tools.component.ts @@ -504,7 +504,10 @@ export class CollectionToolsComponent implements OnInit { this.isShowProperty = false } }, this) - + AxMessageSystem.addListener('imageResize', (eventName, args1) => { + this.assetWidth = args1.Width + this.assetHeight = args1.Height + }, this) this.getAllLibrary() let that = this