From c06b14b7ec720d64f9846092c8ce692ee5d2778f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Sep 2016 11:22:28 +0800 Subject: [PATCH] update README.md file --- README.md | 1 + app/appfront/config/modules/Catalog.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0c8864..3f98b0c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Yii2 FecShop +![logo](http://img.appfront.fancyecommerce.com/custom/logo.png) ======== diff --git a/app/appfront/config/modules/Catalog.php b/app/appfront/config/modules/Catalog.php index 0ba378c2..791e58dd 100644 --- a/app/appfront/config/modules/Catalog.php +++ b/app/appfront/config/modules/Catalog.php @@ -24,7 +24,7 @@ return [ 'category_filter_price' => true, 'category_query' =>[ # 放到第一个的就是默认值,譬如下面的30 - 'numPerPage' => [4,30,60,90], # 产品显示个数的列举 + 'numPerPage' => [30,60,90], # 产品显示个数的列举 # 放到第一个的就是默认值,譬如下面的hot 'sort' => [ # 所有排序方式 # 下面的譬如hot new low-to-high 只能用 字母,数组,-,_ 这4种字符。 -- GitLab