...
|
...
|
@@ -98,7 +98,7 @@ class Index extends Api |
|
|
if($order['user_id']){
|
|
|
$order['start']=$order['starting_point'];
|
|
|
$order['to']=$order['end_point'];
|
|
|
$order['timeStr']=$order['reservation_time'];
|
|
|
$order['timeStr']=(string)$order['reservation_time'];
|
|
|
//$order['timeStr']=str_replace(' ','',$order['reservation_time']);
|
|
|
if($order['type']==1){
|
|
|
$order['typeImg']='../../static/img-2.png';
|
...
|
...
|
|