From 620f1fe21cb5f7b1077473585b2f07d121dd583d Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Sun, 6 Mar 2022 17:42:09 +0800 Subject: [PATCH] 'edit-api-series_page' --- api/controllers/wxapp/app/Series.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/controllers/wxapp/app/Series.php b/api/controllers/wxapp/app/Series.php index ddbaf2c2..6ee9bdbb 100644 --- a/api/controllers/wxapp/app/Series.php +++ b/api/controllers/wxapp/app/Series.php @@ -133,8 +133,8 @@ class Series extends Wxapp{ $v_id = $this->input_param('v_id'); $cor_id = $this->input_param('color_id'); - !$page && $page = 1; - !$size && $size = 20; + !$page && $page = 0; + !$size && $size = 0; $lists = []; if($type==2 || $type==1){ //1颜色 2内饰颜色