作者 lyh

更新产品扩展字段

@@ -108,7 +108,7 @@ class ProductLogic extends BaseLogic @@ -108,7 +108,7 @@ class ProductLogic extends BaseLogic
108 } 108 }
109 foreach ($extend as $k => $v){ 109 foreach ($extend as $k => $v){
110 if(empty($v['values'])){ 110 if(empty($v['values'])){
111 - unset($extend[$k]); 111 + continue;
112 } 112 }
113 unset($v['title']); 113 unset($v['title']);
114 if($v['type'] == 3 || $v['type'] == 4){ 114 if($v['type'] == 3 || $v['type'] == 4){