mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
商品新增虚拟模式
This commit is contained in:
@ -87,11 +87,8 @@ class Site extends Common
|
||||
// 自提点地址处理
|
||||
if($nav_type == 'sitetype' && !empty($data['common_self_extraction_address']) && !empty($data['common_self_extraction_address']['value']))
|
||||
{
|
||||
$address_list = json_decode($data['common_self_extraction_address']['value'], true);
|
||||
if(!empty($address_list) && is_array($address_list))
|
||||
{
|
||||
$this->assign('sitetype_address_list', $address_list);
|
||||
}
|
||||
$address = ConfigService::SiteTypeExtractionAddressList($data['common_self_extraction_address']['value']);
|
||||
$this->assign('sitetype_address_list', $address['data']);
|
||||
}
|
||||
|
||||
// 编辑器文件存放地址
|
||||
|
||||
Reference in New Issue
Block a user