songdb 6 years ago
parent
commit
98bd825837
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Wap/Subscribe/SubscribeController.php

+ 1 - 1
app/Http/Controllers/Wap/Subscribe/SubscribeController.php

@@ -130,6 +130,6 @@ class SubscribeController extends BaseController
 
         $head_img = array_random($head_img_pool);
 
-        return view('wap.userSubInfo',compact('head_img','img','title'));
+        return view('wap.user-sub-info',compact('head_img','img','title'));
     }
 }