正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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']=$order['reservation_time']; | 101 | + $order['timeStr']=(string)$order['reservation_time']; |
102 | //$order['timeStr']=str_replace(' ','',$order['reservation_time']); | 102 | //$order['timeStr']=str_replace(' ','',$order['reservation_time']); |
103 | if($order['type']==1){ | 103 | if($order['type']==1){ |
104 | $order['typeImg']='../../static/img-2.png'; | 104 | $order['typeImg']='../../static/img-2.png'; |
-
请 注册 或 登录 后发表评论