Browse Source

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

Junling Bu 7 years ago
parent
commit
cade974a58

+ 2 - 2
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();
   }
 })

+ 2 - 2
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();
   }
 })