diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index b745d2c8..fc8d1e58 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -587,7 +587,7 @@ class MarketController extends BaseController { } $this->_rspData(array( - "total" => 1000, + "total" => count($rows), "start" => $start, "page_size" => $page_size, 'nfts' => $nfts,