From 22172209147638af57b1d25ebdf5b55606167989 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 6 Sep 2024 15:23:07 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E9=80=89=E6=8B=A9=E9=A3=8E=E6=A0=BC=E5=90=8E?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-coupon/model-coupon-setting.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/model-coupon/model-coupon-setting.vue b/src/components/model-coupon/model-coupon-setting.vue index d1ef3be5..ea8fad4e 100644 --- a/src/components/model-coupon/model-coupon-setting.vue +++ b/src/components/model-coupon/model-coupon-setting.vue @@ -207,7 +207,6 @@ onMounted(async () => { const change_theme = (val: string) => { if (val) { if (val == '2') { - console.log(default_config.value.common_style); form.value.style.common_style = Object.assign({}, form.value.style.common_style, (default_config.value.common_style)[`theme_${Number(val)}`]); } else { form.value.style.common_style = Object.assign({}, form.value.style.common_style, default_config.value.common_style.theme_default);