Browse Source

登录内容

moonsflyer 5 months ago
parent
commit
56760e7ebb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/adminapi/logic/settings/shop/ShopSettingLogic.php

+ 2 - 0
app/adminapi/logic/settings/shop/ShopSettingLogic.php

@@ -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_content'   => ConfigService::get('shop', 'login_content', ''),
 //            'return_contact'        => ConfigService::get('shop', 'return_contact', ''),
 //            'return_contact_mobile' => ConfigService::get('shop', 'return_contact_mobile', ''),
 //            'return_province'       => ConfigService::get('shop', 'return_province', ''),
@@ -96,6 +97,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_content', $params['login_content']??'');
 //        ConfigService::set('shop','return_contact', $params['return_contact']);
 //        ConfigService::set('shop','return_contact_mobile', $params['return_contact_mobile']);
 //        ConfigService::set('shop','return_province', $params['return_province']);