取消列表滚动动画

This commit is contained in:
TOP糯米 2023-03-30 22:09:19 +08:00
parent e3945d058b
commit f53420e9d6
2 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,7 @@ export default {
currentTab.list = [];
uni.pageScrollTo({
scrollTop: 0,
duration: 0,
});
this.loadData();
},

View File

@ -141,6 +141,7 @@ export default {
currentTab.list = [];
uni.pageScrollTo({
scrollTop: 0,
duration: 0,
});
this.loadData();
},