商品评价新增开关控制

feat/task1-c-wallet
gongfuxiang 2021-10-23 16:53:18 +08:00
parent cd309a48f6
commit 01a5496d41
1 changed files with 1 additions and 1 deletions

View File

@ -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),