1 //方法一
2 return view('home.user')->with('datas', $datas);
3 
4 //方法二
5 return view('home.user.my-indent',compact('datas'));

 

相关文章: