修改商品默认数据

v1.1.0
于肖磊 2024-11-23 15:04:18 +08:00
parent e26d3f022e
commit da225c300c
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ interface DefaultProductList {
shop_simple_desc_typeface: string;
shop_simple_desc_size: number;
shop_simple_desc_color: string;
title_simple_desc_spacing: 4,
title_simple_desc_spacing: number,
shop_price_typeface: string;
shop_price_size: number;
shop_price_color: string;

View File

@ -75,7 +75,7 @@ interface DefaultProductList {
shop_simple_desc_typeface: string;
shop_simple_desc_size: number;
shop_simple_desc_color: string;
title_simple_desc_spacing: 4,
title_simple_desc_spacing: number,
shop_price_typeface: string;
shop_price_size: number;
shop_price_color: string;