|
|
@@ -52,6 +52,7 @@ class ShopSettingLogic extends BaseLogic
|
|
|
'login_example_image' => ConfigService::get('shop', 'login_example_image'),
|
|
|
'mall_contact' => ConfigService::get('shop', 'mall_contact', ''),
|
|
|
'mall_contact_mobile' => ConfigService::get('shop', 'mall_contact_mobile', ''),
|
|
|
+ 'login_title' => ConfigService::get('shop', 'login_title', ''),
|
|
|
'login_content' => ConfigService::get('shop', 'login_content', ''),
|
|
|
// 'return_contact' => ConfigService::get('shop', 'return_contact', ''),
|
|
|
// 'return_contact_mobile' => ConfigService::get('shop', 'return_contact_mobile', ''),
|
|
|
@@ -97,6 +98,7 @@ class ShopSettingLogic extends BaseLogic
|
|
|
ConfigService::set('shop','status', $params['status']);
|
|
|
ConfigService::set('shop','mall_contact', $params['mall_contact']);
|
|
|
ConfigService::set('shop','mall_contact_mobile', $params['mall_contact_mobile']);
|
|
|
+ ConfigService::set('shop','login_title', $params['login_title']??'');
|
|
|
ConfigService::set('shop','login_content', $params['login_content']??'');
|
|
|
// ConfigService::set('shop','return_contact', $params['return_contact']);
|
|
|
// ConfigService::set('shop','return_contact_mobile', $params['return_contact_mobile']);
|