提交 bcae35db 编写于 作者: G gongfuxiang

页面设计logo地址处理

上级 24d2c72b
......@@ -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))
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册