|
|
@@ -1952,7 +1952,7 @@ class UserController extends BaseController
|
|
|
$pageNum = $request->getQueryParams()['page'] ?? 1;
|
|
|
$logs = UserSubscribeLog::orderBy('id', 'desc')->where('user_id', $this->user->id)->paginate(15, ['*'], 'page', $pageNum);
|
|
|
$iplocation = new QQWry();
|
|
|
-
|
|
|
+ $logs->setPath('/user/subscribe_log');
|
|
|
return $this->view()->assign('logs', $logs)->assign('iplocation', $iplocation)->fetch('user/subscribe_log.tpl');
|
|
|
}
|
|
|
|