|
...
|
...
|
@@ -79,7 +79,11 @@ class WebSettingAmpLogic extends BaseLogic |
|
|
|
$this->param['company_image'] = Arr::a2s($this->param['company_image'] ?? []);
|
|
|
|
//icon处理
|
|
|
|
$this->param['web_icon'] = str_replace_url($this->param['web_icon'] ?? '');
|
|
|
|
|
|
|
|
//其余参数默认值
|
|
|
|
$this->param['top_backgroundcolor'] = $this->param['top_backgroundcolor'] ?? '';
|
|
|
|
$this->param['company_email'] = $this->param['company_email'] ?? '';
|
|
|
|
$this->param['company_address'] = $this->param['company_address'] ?? '';
|
|
|
|
$this->param['company_tel'] = $this->param['company_tel'] ?? '';
|
|
|
|
$this->param['company_skype'] = $this->param['company_skype'] ?? '';
|
|
|
|
$this->param['company_whatsapp'] = $this->param['company_whatsapp'] ?? '';
|
|
|
|
|
...
|
...
|
|