소스 검색

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

peter 7 달 전
부모
커밋
40c1be5a7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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