游戏详情页面显示真实数据
This commit is contained in:
parent
0ad0920208
commit
a6a9837b4b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user