uni-app vue3 + vite 在小程序环境下 onPageScroll 无效
uni-app vue3 + vite 在小程序环境下 onPageScroll 无效
5 回复
setup中的代码,是动态执行的,在小程序上,不能动态添加onPageScroll事件,
所以需要使用options方式主动定义onPageScroll之后,setup中的onPageScroll才可以正常使用
export default {
onPageScroll(){
}
}
更多关于uni-app vue3 + vite 在小程序环境下 onPageScroll 无效的实战教程也可以访问 https://www.itying.com/category-93-b0.html
尝试了下,解决了。
回复 1***@163.com: 大佬 怎么解决的,可以贴一下代码么
能贴一下具体代码吗?这个怎么解决的


