diff --git a/litemall-wx/pages/groupon/grouponList/grouponList.js b/litemall-wx/pages/groupon/grouponList/grouponList.js index 4cfbee7d..d4f82b92 100644 --- a/litemall-wx/pages/groupon/grouponList/grouponList.js +++ b/litemall-wx/pages/groupon/grouponList/grouponList.js @@ -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(); } }) \ No newline at end of file diff --git a/renard-wx/pages/groupon/grouponList/grouponList.js b/renard-wx/pages/groupon/grouponList/grouponList.js index 4cfbee7d..d4f82b92 100644 --- a/renard-wx/pages/groupon/grouponList/grouponList.js +++ b/renard-wx/pages/groupon/grouponList/grouponList.js @@ -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(); } }) \ No newline at end of file