for($i=0,$len=count($lists); $i<$len; $i++){
    if($lists[$i]['picurl']==""){
        unset($lists[$i]);
    }
}