Browse Source

回滚至购买后弹出支付框

master
李可松 4 years ago
parent
commit
1dcf89203a
  1. 2
      app/AdminAgent/Forms/IndustryProductBuy.php

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

Loading…
Cancel
Save