作者 郭文星

123

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