Commit 878715ee by 朱继来

跳转到自营列表

parent 616e7f75
Showing with 5 additions and 0 deletions
......@@ -352,6 +352,11 @@ Class OrderController extends Controller
{
$info = $this->getOrderInfo($request, 1);
// 若为京东自营角色,则跳转到自营列表
if ($info['role'] == 6) {
return redirect('self_order');
}
return view('orderlist', $info);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment