Browse Source

fix: 默认选择珠宝

dulonghui 5 months ago
parent
commit
5f5e91b38e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/StyleSetting.vue

+ 2 - 2
src/components/StyleSetting.vue

@@ -240,9 +240,9 @@ const rainGroup = ref([
   {label: '4096:4096', value: 2},
   {label: '1636:1536', value: 3},
 ])
-let categoryList = ref([])
+let categoryList = ref(typeList)
 let formData = ref({
-  product: '',
+  product: 'jewelry',
   description: '',
   category: [],
   scene: '',