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);