This commit is contained in:
devil_gong
2018-11-09 15:21:45 +08:00
parent 0eec4a103c
commit 2a628b665e
9 changed files with 39 additions and 25 deletions

View File

@ -72,8 +72,8 @@ class SiteController extends CommonController
public function Save()
{
// logo存储
$this->ImagesSave('home_site_logo', 'home_site_logo_img');
$this->ImagesSave('home_site_logo_wap', 'home_site_logo_wap_img');
$this->FileSave('home_site_logo', 'home_site_logo_img');
$this->FileSave('home_site_logo_wap', 'home_site_logo_wap_img');
// 站点状态值处理
if(!isset($_POST['home_user_reg_state']))