diff --git a/src/pages/index.wpy b/src/pages/index.wpy index 4237b04..88369d1 100644 --- a/src/pages/index.wpy +++ b/src/pages/index.wpy @@ -103,7 +103,7 @@ async getRecords() { let self = this; try { - let res = await http.post(`/api/emulated/games`, {}); + let res = await http.post(`/api/emulated/games`, {start: self.current}); wepy.stopPullDownRefresh(); if (res.errcode === 0) { if (res.count > 0) {