|
|
|
@ -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()); |
|
|
|
|