diff --git a/src/components/common/carousel-indicator/index.vue b/src/components/common/carousel-indicator/index.vue index e1ad9a01..8abd7812 100644 --- a/src/components/common/carousel-indicator/index.vue +++ b/src/components/common/carousel-indicator/index.vue @@ -4,6 +4,21 @@ @@ -47,6 +71,10 @@ const state = reactive({ // 如果需要解构,确保使用toRefs const { form, data } = toRefs(state); +const mult_color_picker_event = (arry: color_list[], type: number) => { + form.value.data_style.color_list = arry; + form.value.data_style.direction = type.toString(); +} \ No newline at end of file diff --git a/src/components/model-data-magic/components/carousel/product-list-show.vue b/src/components/model-data-magic/components/carousel/product-list-show.vue index 9f80e746..16bf54b3 100644 --- a/src/components/model-data-magic/components/carousel/product-list-show.vue +++ b/src/components/model-data-magic/components/carousel/product-list-show.vue @@ -11,7 +11,7 @@
-
{{ item.title }}
+
{{ item.title }}
{{ item.show_price_symbol }}{{ item.min_price }}