'edit-api-series_page'
This commit is contained in:
@@ -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内饰颜色
|
||||
|
||||
Reference in New Issue
Block a user