!147 fix:下拉刷新"我的拼团订单列表"页时重置分页对象,否则会不断叠加重复的拼团订单。

Merge pull request !147 from SuchJack/master
pull/149/head
芋道源码 2025-05-12 14:46:04 +00:00 committed by Gitee
commit 533f7df7ad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
//
onPullDownRefresh(() => {
resetPagination(state.pagination);
getGrouponList();
setTimeout(function () {
uni.stopPullDownRefresh();