Commit cade974a authored by Junling Bu's avatar Junling Bu
Browse files

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

parent e79f1da2
...@@ -115,7 +115,7 @@ Page({ ...@@ -115,7 +115,7 @@ Page({
page: that.data.page + 1 page: that.data.page + 1
}); });
this.getTopic(); this.getGrouponList();
}, },
prevPage: function(event) { prevPage: function(event) {
...@@ -127,6 +127,6 @@ Page({ ...@@ -127,6 +127,6 @@ Page({
that.setData({ that.setData({
page: that.data.page - 1 page: that.data.page - 1
}); });
this.getTopic(); this.getGrouponList();
} }
}) })
\ No newline at end of file
...@@ -115,7 +115,7 @@ Page({ ...@@ -115,7 +115,7 @@ Page({
page: that.data.page + 1 page: that.data.page + 1
}); });
this.getTopic(); this.getGrouponList();
}, },
prevPage: function(event) { prevPage: function(event) {
...@@ -127,6 +127,6 @@ Page({ ...@@ -127,6 +127,6 @@ Page({
that.setData({ that.setData({
page: that.data.page - 1 page: that.data.page - 1
}); });
this.getTopic(); this.getGrouponList();
} }
}) })
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment