This commit is contained in:
小鱼开发
2024-07-27 16:39:27 +08:00
parent 11c8548edd
commit c5053ea7e4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class Series extends Wxapp{
$size = $this->input_param('size');
$brand_id = $this->input_param('brand_id');
!$page && $page = 1;
!$size && $size = 20;
!$size && $size = 100;
$where = [
'status' => 1
Binary file not shown.