正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -16,7 +16,7 @@ class Index extends Frontend | @@ -16,7 +16,7 @@ class Index extends Frontend | ||
16 | { | 16 | { |
17 | return $this->view->fetch(); | 17 | return $this->view->fetch(); |
18 | } | 18 | } |
19 | - public function orderinfo($ids){ | 19 | + public function orderinfo(){ |
20 | $ids = $this->request->param("id"); | 20 | $ids = $this->request->param("id"); |
21 | 21 | ||
22 | $row = Db::name("order")->field("id,passengers,driver_id,starting_point,end_point,order_no,pay_type,price,route_id,is_pay,phone,type")->find(['id' => $ids]); | 22 | $row = Db::name("order")->field("id,passengers,driver_id,starting_point,end_point,order_no,pay_type,price,route_id,is_pay,phone,type")->find(['id' => $ids]); |
-
请 注册 或 登录 后发表评论