From 927aa526d9c3471c040164fd603ee8bbed12cac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 11 Aug 2025 18:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E6=98=AF=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/diy/components/diy/tabs-magic.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/diy/components/diy/tabs-magic.vue b/pages/diy/components/diy/tabs-magic.vue index e77945ce..2236a79a 100644 --- a/pages/diy/components/diy/tabs-magic.vue +++ b/pages/diy/components/diy/tabs-magic.vue @@ -196,7 +196,7 @@ // 当前选中的公共样式 tabs_magic_value_common_style() { if (!isEmpty(this.active_tabs_value)) { - return this.active_tabs_value.magic_common; + return this.active_tabs_value.magic_common || {}; } else { return {}; }