作者 郭文星

111

... ... @@ -98,7 +98,7 @@ class Index extends Api
if($order['user_id']){
$order['start']=$order['starting_point'];
$order['to']=$order['end_point'];
$order['timeStr']=str_replace(' ','111111',$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){
... ...