mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-27 09:47:33 +08:00
站点类型,自提点新增logo
This commit is contained in:
@ -311,6 +311,7 @@ class Site extends Common
|
||||
foreach($address as $k=>$v)
|
||||
{
|
||||
$address[$k]['id'] = $k;
|
||||
$address[$k]['logo'] = ResourcesService::AttachmentPathHandle($v['logo']);
|
||||
}
|
||||
$params['common_self_extraction_address'] = json_encode($address, JSON_UNESCAPED_UNICODE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user