This commit is contained in:
liuye
2021-12-24 14:35:58 +08:00
parent d57ac50201
commit f19edd1f37
5 changed files with 151 additions and 28 deletions

View File

@@ -72,6 +72,9 @@ export default {
uni.navigateTo({url: `./myAddList`})
},
},
onPageScroll(e) {
this.scrollTop = e.scrollTop;
}
}
</script>