mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 14:25:32 +08:00
自提点新增loho图片展示
This commit is contained in:
@ -311,7 +311,7 @@ class Site extends Common
|
||||
foreach($address as $k=>$v)
|
||||
{
|
||||
$address[$k]['id'] = $k;
|
||||
$address[$k]['logo'] = ResourcesService::AttachmentPathHandle($v['logo']);
|
||||
$address[$k]['logo'] = empty($v['logo']) ? '' : ResourcesService::AttachmentPathHandle($v['logo']);
|
||||
}
|
||||
$params['common_self_extraction_address'] = json_encode($address, JSON_UNESCAPED_UNICODE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user