edit-sylive-page
This commit is contained in:
@@ -300,7 +300,7 @@ class Stic extends Admin{
|
||||
$biz_id = 0;
|
||||
}
|
||||
$type = $params['type'] ? $params['type'] : 'browse';
|
||||
$data = $this->sylive_entity->top_lists($a_id,$type,$page,10,$biz_id);
|
||||
$data = $this->sylive_entity->top_lists($a_id,$type,$page,20,$biz_id);
|
||||
$data['title'] = $title_arr[$type];
|
||||
$this->show_json($data,200);
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
isDataEnd: false,
|
||||
isNoData: false,
|
||||
page: 1, //页数
|
||||
size: 10, //每页取多少个数据
|
||||
size: 20, //每页取多少个数据
|
||||
title:'',
|
||||
list:[],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user