This commit is contained in:
devil_gong
2018-11-29 15:22:14 +08:00
parent c4fb81b1ef
commit d8a47c2ece
6 changed files with 23 additions and 7 deletions

View File

@ -74,6 +74,7 @@ class SiteController extends CommonController
// logo存储
$this->FileSave('home_site_logo', 'home_site_logo_img');
$this->FileSave('home_site_logo_wap', 'home_site_logo_wap_img');
$this->FileSave('home_site_desktop_icon', 'home_site_desktop_icon_img');
// 站点状态值处理
if(!isset($_POST['home_user_reg_state']))