From da225c300c3e56a63272759f921e6804e9c7cf8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Sat, 23 Nov 2024 15:04:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/const/goods-list.ts | 2 +- src/config/const/goods-tabs.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;