...
|
...
|
@@ -125,6 +125,7 @@ class Index extends Api |
|
|
if($order['driver_id']){
|
|
|
$order['start']=$order['starting_point'];
|
|
|
$order['to']=$order['end_point'];
|
|
|
$order['typeStr']='进行中';
|
|
|
$order['timeStr']=str_replace(' ','',$order['reservation_time']);
|
|
|
if($order['type']==1){
|
|
|
$order['typeImg']='../../static/img-2.png';
|
...
|
...
|
|