diff --git a/src/config/const/goods-list.ts b/src/config/const/goods-list.ts index 34038c7d..d4072dc9 100644 --- a/src/config/const/goods-list.ts +++ b/src/config/const/goods-list.ts @@ -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; diff --git a/src/config/const/goods-tabs.ts b/src/config/const/goods-tabs.ts index f8bc81b7..0ab98b63 100644 --- a/src/config/const/goods-tabs.ts +++ b/src/config/const/goods-tabs.ts @@ -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;