From a6a9837b4b46eed8873b5dd62a8bace5a6e08d93 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 19 Feb 2019 15:46:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA=E7=9C=9F=E5=AE=9E=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.wpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {