songdb 6 年 前
コミット
fbd3a75005

+ 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.user-sub-info',compact('head_img','img','title'));
+        return view('wap.userSubInfo',compact('head_img','img','title'));
     }
 }