改名
This commit is contained in:
@@ -107,7 +107,7 @@ class Pagination extends Component
|
|||||||
*/
|
*/
|
||||||
public function plunk($param = [])
|
public function plunk($param = [])
|
||||||
{
|
{
|
||||||
if ($this->_length >= $this->_max) {
|
if ($this->_max > 0 && $this->_length >= $this->_max) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
[$length, $data] = $this->get();
|
[$length, $data] = $this->get();
|
||||||
|
|||||||
Reference in New Issue
Block a user