取消列表滚动动画
This commit is contained in:
parent
e3945d058b
commit
f53420e9d6
|
@ -153,6 +153,7 @@ export default {
|
||||||
currentTab.list = [];
|
currentTab.list = [];
|
||||||
uni.pageScrollTo({
|
uni.pageScrollTo({
|
||||||
scrollTop: 0,
|
scrollTop: 0,
|
||||||
|
duration: 0,
|
||||||
});
|
});
|
||||||
this.loadData();
|
this.loadData();
|
||||||
},
|
},
|
||||||
|
|
|
@ -141,6 +141,7 @@ export default {
|
||||||
currentTab.list = [];
|
currentTab.list = [];
|
||||||
uni.pageScrollTo({
|
uni.pageScrollTo({
|
||||||
scrollTop: 0,
|
scrollTop: 0,
|
||||||
|
duration: 0,
|
||||||
});
|
});
|
||||||
this.loadData();
|
this.loadData();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue