Explorar el Código

fix: 修复字体颜色初始赋值.

peter hace 10 meses
padre
commit
40c1be5a7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/shop/shop-manage/site/edit.vue

+ 1 - 1
src/views/shop/shop-manage/site/edit.vue

@@ -274,7 +274,7 @@ export default {
       if (!temp.theme_color) {
         temp.theme_color = '#fff'
       }
-      if (!temp.theme_font_colorcolor) {
+      if (!temp.font_color) {
         temp.font_color = '#222'
       }
       this.formData = temp