Authored by biao

sync to Order.php. code review by Hongfei

... ... @@ -114,13 +114,6 @@ class OrderModel
$result['logisticDetail'][] = $build;
}
}
$tmp = array(
'name'=>$value,
'typeId'=>$key,
'active'=>$act,
'url'=> Helpers::url('/home/order',array('type'=>$key))
);
$nav[] = $tmp;
}
return $result;
... ...