作者 郭文星

12311

... ... @@ -16,7 +16,7 @@ class Index extends Frontend
{
return $this->view->fetch();
}
public function orderinfo($ids){
public function orderinfo(){
$ids = $this->request->param("id");
$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]);
... ...