Commit dfa2faa7 authored by zhz's avatar zhz

evaluate

parent 90bda454
......@@ -78,9 +78,9 @@ class EvaluationServiceModel extends \Business\AbstractModel {
//兼容安卓传参
if(!is_array($images)) $images = json_decode($images, true);
if(is_array($images) && $images) {
foreach ($images as $k=>$v) {
if(empty($v)) {
unset($images[$k]);
foreach ($images as $k1=>$v1) {
if(empty($v1)) {
unset($images[$k1]);
}
}
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment