mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
分页.链接样式
This commit is contained in:
@@ -49,7 +49,10 @@ class Index extends Common
|
||||
}
|
||||
|
||||
|
||||
$list_post = $model_post->paginate(['url' => 'Index/index']);
|
||||
$list_post = $model_post->paginate([
|
||||
'url' => 'Index/index',
|
||||
'query' => $this->request->get()
|
||||
]);
|
||||
|
||||
View::assign('current_category', $current_category);
|
||||
View::assign('sub_category', $sub_category);
|
||||
|
||||
@@ -206,3 +206,7 @@
|
||||
width: 1280px;
|
||||
}
|
||||
}
|
||||
|
||||
a.post-item:visited{
|
||||
color: #bbb;
|
||||
}
|
||||
Reference in New Issue
Block a user