Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1af48dc10544ad60945a55e85b2f6c2d31681d19
Authored by
zhiyangdu
2020-04-28 15:50:49 +0800
1 parent
ed33b2fc
加载更多
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/myGiftBox/myGiftBox.vue
src/pages/myGiftBox/myGiftBox.vue
View file @
1af48dc
...
...
@@ -21,6 +21,7 @@
21
21
v-infinite-scroll="onInfiniteScroll"
22
22
infinite-scroll-disabled="loading"
23
23
:infinite-scroll-distance="50"
24
+ infinite-scroll-throttle-delay="600"
24
25
>
25
26
<!-- 收礼列表 -->
26
27
<receiving-gifts-item
...
...