页面设计logo地址处理
parent
24d2c72bd4
commit
bcae35db5b
|
|
@ -46,6 +46,12 @@ class DesignService
|
|||
{
|
||||
foreach($data as &$v)
|
||||
{
|
||||
// logo
|
||||
if(array_key_exists('logo', $v))
|
||||
{
|
||||
$v['logo'] = ResourcesService::AttachmentPathViewHandle($v['logo']);
|
||||
}
|
||||
|
||||
// 时间
|
||||
if(array_key_exists('add_time', $v))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue