新增商品魔方

v1.3.0
于肖磊 2025-04-18 17:58:37 +08:00
parent e160821749
commit 4035b7546f
1 changed files with 1 additions and 23 deletions

View File

@ -17,29 +17,7 @@ const props = defineProps({
});
const form = computed(() => props.value?.content || {});
type plugins_icon_data = {
name: string;
bg_color: string;
br_color: string;
color: string;
url: string;
}
type data_list = {
title: string;
images: string;
new_cover: string[];
min_original_price: string;
show_original_price_symbol: string;
show_original_price_unit: string;
simple_desc: string;
min_price: string;
title_simple_desc_spacing: string;
show_price_symbol: string;
show_price_unit: string;
sales_count: string;
is_error: number;
plugins_view_icon_data: plugins_icon_data[];
}
const default_list = {
title: '测试商品标题',
min_original_price: '41.2',