From 5a2bde6a69c21ec7deb980074d75c3c09aca5015 Mon Sep 17 00:00:00 2001 From: YuanFeng <770153798@qq.com> Date: Sun, 8 Sep 2024 18:05:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=9B=BE=E7=A8=BF?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=9B=BE=E7=89=87=E5=8A=A0=E8=BD=BD=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DraftDesign/components/DesignPropEdit.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hangtag-ui/hangtag-ui-admin/src/components/DraftDesign/components/DesignPropEdit.vue b/hangtag-ui/hangtag-ui-admin/src/components/DraftDesign/components/DesignPropEdit.vue index f74bedd..888912c 100644 --- a/hangtag-ui/hangtag-ui-admin/src/components/DraftDesign/components/DesignPropEdit.vue +++ b/hangtag-ui/hangtag-ui-admin/src/components/DraftDesign/components/DesignPropEdit.vue @@ -431,10 +431,8 @@ const loadConfig = (config: object, propData = {}) => { that.sizeInfo = that.pageConfig.editArea // true, conf.pageConfig, conf.data, test draftDesignEditRef.value.init(false, that.pageConfig, that.data, that.propInfo) - loading.value = true - setTimeout(()=>{ - showPng(); - },300) + + showPng(); queryUseLabel(); } const queryUseLabel = (label) => { @@ -510,7 +508,7 @@ const showPng = () => { heightScale: that.currentZoom }) - }, 200) + }, 800) } }