游戏榜单传参修改
This commit is contained in:
@@ -78,7 +78,7 @@ function get(pageNum) {
|
||||
datetype,
|
||||
uid: pubInfo.uid,
|
||||
pageNum,
|
||||
pageSize: 10,
|
||||
pageSize: 30,
|
||||
},
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
@@ -139,6 +139,7 @@ $('.header .tab div').click(function () {
|
||||
})
|
||||
// 監聽滑動分頁
|
||||
$('ul').scroll(function () {
|
||||
return;
|
||||
let scrollTop = $(this).scrollTop()
|
||||
let scrollHeight = $('ul')[0].scrollHeight
|
||||
let ulHeight = $(this).innerHeight()
|
||||
|
Reference in New Issue
Block a user