This commit is contained in:
2020-09-14 10:58:52 +08:00
parent 156ae14e7c
commit dbb2a4ce23
+1 -1
View File
@@ -134,7 +134,7 @@ class Pagination extends Component
if ($param !== null) { if ($param !== null) {
Coroutine::create($this->_callback, $data, $param); Coroutine::create($this->_callback, $data, $param);
} else { } else {
Coroutine::create($this->_callback, $data, $param); Coroutine::create($this->_callback, $data);
} }
} else { } else {
if ($param !== null) { if ($param !== null) {