|
|
@@ -140,6 +140,7 @@ class PcLogic extends BaseLogic
|
|
|
// 网站信息
|
|
|
$website = [
|
|
|
'shop_name' => ConfigService::get('website', 'shop_name'),
|
|
|
+ 'mobile' => ConfigService::get('website', 'mobile'),
|
|
|
'shop_logo' => FileService::getFileUrl(ConfigService::get('website', 'shop_logo')),
|
|
|
'pc_logo' => FileService::getFileUrl(ConfigService::get('website', 'pc_logo')),
|
|
|
'pc_title' => ConfigService::get('website', 'pc_title'),
|