1.解决优惠券线上选择风格后图片不显示的问题

v1.0.0
sws 2024-09-06 15:23:07 +08:00
parent 4de0e9380a
commit 2217220914
1 changed files with 0 additions and 1 deletions

View File

@ -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, (<arrayIndex>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);