浏览代码

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

Junling Bu 7 年之前
父节点
当前提交
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();
   }
 })