游戏详情页面显示真实数据

This commit is contained in:
zhl 2019-02-19 15:46:13 +08:00
parent 0ad0920208
commit a6a9837b4b

View File

@ -103,7 +103,7 @@
async getRecords() { async getRecords() {
let self = this; let self = this;
try { try {
let res = await http.post(`/api/emulated/games`, {}); let res = await http.post(`/api/emulated/games`, {start: self.current});
wepy.stopPullDownRefresh(); wepy.stopPullDownRefresh();
if (res.errcode === 0) { if (res.errcode === 0) {
if (res.count > 0) { if (res.count > 0) {