@@ -45,6 +45,9 @@ class RecuperateController extends WebBaseController
*/
public function show($id)
{
+ if (isMobile()) {
+ return redirect(route('mobile.recuperate.show', ['id' => $id]));
+ }
//获取详情
$info = $this->recuperateService->getRecuperateInfo($id);
if (!$info) {