fix[litemall-wx, renard-wx]: 修复团购列表错误。

This commit is contained in:
Junling Bu
2018-12-05 16:57:56 +08:00
parent e79f1da2ce
commit cade974a58
2 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ Page({
page: that.data.page + 1
});
this.getTopic();
this.getGrouponList();
},
prevPage: function(event) {
@@ -127,6 +127,6 @@ Page({
that.setData({
page: that.data.page - 1
});
this.getTopic();
this.getGrouponList();
}
})

View File

@@ -115,7 +115,7 @@ Page({
page: that.data.page + 1
});
this.getTopic();
this.getGrouponList();
},
prevPage: function(event) {
@@ -127,6 +127,6 @@ Page({
that.setData({
page: that.data.page - 1
});
this.getTopic();
this.getGrouponList();
}
})