mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
小程序一键获取手机和地址导入增加可单独选择
This commit is contained in:
@ -372,20 +372,8 @@ class Site extends Common
|
||||
break;
|
||||
}
|
||||
|
||||
// 开始处理空值
|
||||
if(!empty($field_list))
|
||||
{
|
||||
foreach($field_list as $field)
|
||||
{
|
||||
if(!isset($params[$field]))
|
||||
{
|
||||
$params[$field] = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 基础配置
|
||||
$ret = ConfigService::ConfigSave($params);
|
||||
$ret = ConfigService::ConfigSave(ConfigService::FieldsEmptyDataHandle($params, $field_list));
|
||||
|
||||
// 清除缓存
|
||||
if($ret['code'] == 0)
|
||||
|
||||
Reference in New Issue
Block a user