linwu 3 долоо хоног өмнө
parent
commit
514e5ad72c

+ 3 - 0
app/Http/Controllers/Web/Recuperate/RecuperateController.php

@@ -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) {