diff --git a/app/AdminAgent/Forms/IndustryProductBuy.php b/app/AdminAgent/Forms/IndustryProductBuy.php index 3c761d0..0defa0d 100644 --- a/app/AdminAgent/Forms/IndustryProductBuy.php +++ b/app/AdminAgent/Forms/IndustryProductBuy.php @@ -115,7 +115,7 @@ class IndustryProductBuy extends Form ]); DB::commit(); - return $this->response()->success('购买成功,等待供应商审核')->redirect(admin_url('industry_order/list')); + return $this->response()->success('购买成功,正在前往支付页面')->redirect('industry_order/list/' . $order->id); } catch (\Exception $e) { DB::rollBack(); return $this->response()->error($e->getMessage());