作者 郭文星

111

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