mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 03:48:47 +08:00
页面设计logo地址处理
This commit is contained in:
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
Block a user