From 1dcf89203a0462e7986f718da25a58fb13fcafdf Mon Sep 17 00:00:00 2001 From: liapples Date: Wed, 1 Dec 2021 23:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=E8=87=B3=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E5=90=8E=E5=BC=B9=E5=87=BA=E6=94=AF=E4=BB=98=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AdminAgent/Forms/IndustryProductBuy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());