正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -125,6 +125,7 @@ class Index extends Api | @@ -125,6 +125,7 @@ class Index extends Api | ||
125 | if($order['driver_id']){ | 125 | if($order['driver_id']){ |
126 | $order['start']=$order['starting_point']; | 126 | $order['start']=$order['starting_point']; |
127 | $order['to']=$order['end_point']; | 127 | $order['to']=$order['end_point']; |
128 | + $order['typeStr']='进行中'; | ||
128 | $order['timeStr']=str_replace(' ','',$order['reservation_time']); | 129 | $order['timeStr']=str_replace(' ','',$order['reservation_time']); |
129 | if($order['type']==1){ | 130 | if($order['type']==1){ |
130 | $order['typeImg']='../../static/img-2.png'; | 131 | $order['typeImg']='../../static/img-2.png'; |
-
请 注册 或 登录 后发表评论