!147 fix:下拉刷新"我的拼团订单列表"页时重置分页对象,否则会不断叠加重复的拼团订单。
Merge pull request !147 from SuchJack/masterpull/149/head
commit
533f7df7ad
|
@ -149,6 +149,7 @@
|
|||
|
||||
//下拉刷新
|
||||
onPullDownRefresh(() => {
|
||||
resetPagination(state.pagination);
|
||||
getGrouponList();
|
||||
setTimeout(function () {
|
||||
uni.stopPullDownRefresh();
|
||||
|
|
Loading…
Reference in New Issue