uni-app onPageScroll 在 setup 语法糖中第二个参数不生效

xt0899hw  于 3个月前  发布在  uni-app
关注(0)|答案(2)|浏览(99)

声明文件中是
export declare const onPageScroll: (hook: onPageScrollHook, target?: ComponentInternalInstance | null) => void;
但我在子组件中使用 onPageScroll , 第二个参数传入父组件(小程序页面文件)的 getCurrentInstance() , 父组件这个页面滚动时候,不触发子组件的回调函数

68de4m5k

68de4m5k1#

页面文件里,也必须主动声明onPageScroll,否则仅组件注册不生效

相关问题