mirror of
https://gitee.com/yudaocode/yudao-mall-uniapp.git
synced 2025-12-30 01:32:26 +00:00
!147 fix:下拉刷新"我的拼团订单列表"页时重置分页对象,否则会不断叠加重复的拼团订单。
Merge pull request !147 from SuchJack/master
This commit is contained in:
@@ -149,6 +149,7 @@
|
||||
|
||||
//下拉刷新
|
||||
onPullDownRefresh(() => {
|
||||
resetPagination(state.pagination);
|
||||
getGrouponList();
|
||||
setTimeout(function () {
|
||||
uni.stopPullDownRefresh();
|
||||
|
||||
Reference in New Issue
Block a user