diff --git a/common/modules/product/controllers/ManageController.php b/common/modules/product/controllers/ManageController.php index 0e128f3..bf751cb 100755 --- a/common/modules/product/controllers/ManageController.php +++ b/common/modules/product/controllers/ManageController.php @@ -363,7 +363,7 @@ if(Yii::$app->request->isAjax) { Yii::$app->response->format = \yii\web\Response::FORMAT_JSON; - return $model->goProducts($from, 5); + return $model->goProducts($from, 2); } } -- libgit2 0.21.4