Commit 53b3a4ee by halweg

refact: 修改评论pageSize

parent 61953514
...@@ -8,7 +8,7 @@ use Magento\Framework\View\Element\Template; ...@@ -8,7 +8,7 @@ use Magento\Framework\View\Element\Template;
class Pager extends \Magento\Theme\Block\Html\Pager class Pager extends \Magento\Theme\Block\Html\Pager
{ {
const DEFAULT_PAGE_SIZE = 3; const DEFAULT_PAGE_SIZE = 5;
/** /**
* @var string * @var string
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment