@@ -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'));
}