fix[litemall-wx, renard-wx]: 修复团购列表错误。
This commit is contained in:
@@ -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();
|
||||
}
|
||||
})
|
||||
@@ -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();
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user