소스 검색

fix: 默认选择珠宝

dulonghui 5 달 전
부모
커밋
5f5e91b38e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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: '',