Browse Source

登录页标题

moonsflyer 5 tháng trước cách đây
mục cha
commit
b4fa6bba44
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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_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']);