Skip to content

Commit

Permalink
[#] 优化路径分页错误
Browse files Browse the repository at this point in the history
  • Loading branch information
WangNingkai committed Mar 22, 2021
1 parent f232b5f commit a268852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/default/one.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class="btn btn-sm btn-primary download mr-2 my-1">下载</a>
@endif
</tbody>
</table>
{{ $list->appends(['sortBy'=> request()->get('sortBy'),'keywords' => request()->get('keywords')])->links('default.components.page') }}
{{ $list->appends(['sortBy'=> request()->get('sortBy'),'keywords' => request()->get('keywords'),'hash' => request()->get('hash')])->links('default.components.page') }}
</div>
</div>
@if (!blank($doc['readme']))
Expand Down
2 changes: 1 addition & 1 deletion resources/views/mdui/one.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</li>
@endif
</ul>
{{ $list->appends(['sortBy'=> request()->get('sortBy'),'keywords' => request()->get('keywords')])->links('mdui.components.page') }}
{{ $list->appends(['sortBy'=> request()->get('sortBy'),'keywords' => request()->get('keywords'),'hash' => request()->get('hash')])->links('mdui.components.page') }}
</div>
@if (!blank($doc['readme']))
<div class="mdui-card mdui-m-y-2 mdui-shadow-0">
Expand Down

0 comments on commit a268852

Please sign in to comment.