mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正分页参数
This commit is contained in:
@@ -128,7 +128,7 @@ abstract class Paginator implements ArrayAccess, Countable, IteratorAggregate, J
|
||||
}
|
||||
$url = $path;
|
||||
if (!empty($parameters)) {
|
||||
$url .= '?' . urldecode(http_build_query($parameters, null, '&'));
|
||||
$url .= '?' . http_build_query($parameters, null, '&');
|
||||
}
|
||||
return $url . $this->buildFragment();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user