From 01a5496d41a7ef02d02942bd5fc9f4af2e49fc6a Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 23 Oct 2021 16:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=84=E4=BB=B7=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=BC=80=E5=85=B3=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/SystemBaseService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/SystemBaseService.php b/app/service/SystemBaseService.php index 05717a316..96a9d7f73 100644 --- a/app/service/SystemBaseService.php +++ b/app/service/SystemBaseService.php @@ -152,9 +152,9 @@ class SystemBaseService 'common_app_is_use_mobile_detail' => (int) MyC('common_app_is_use_mobile_detail'), 'common_app_is_good_thing' => (int) MyC('common_app_is_good_thing'), 'common_app_is_poster_share' => (int) MyC('common_app_is_poster_share'), + 'common_is_show_goods_comments' => (int) MyC('common_is_show_goods_comments', 1), 'common_is_goods_detail_show_photo' => (int) MyC('common_is_goods_detail_show_photo', 0, true), 'common_is_exhibition_mode_btn_text'=> MyC('common_is_exhibition_mode_btn_text', '立即咨询', true), - 'common_is_show_goods_comments' => (int) MyC('common_is_show_goods_comments', 1), // 百度地图密钥 'common_baidu_map_ak' => MyC('common_baidu_map_ak', null, true),