开发工具: Stable 1.06.2412040 项目基础库3.1.5, 大部分页面还是WebView 只单个页面渲染卡顿 所以用到SkyLine渲染. app.json 配置:
"lazyCodeLoading": "requiredComponents",
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"defaultContentBox": true ,
"disableABTest": true,
"sdkVersionBegin": "3.0.1",
"sdkVersionEnd": "15.255.255"
}
},
单个页面json配置:skyline
"renderer": "skyline",
"componentFramework": "glass-easel",
wxml结构
此时:滑动时,bindchange 事件无法触发. 只去掉 页面json 文件中关于 skyline 2行配置代码后, 滑动事件可以触发. 页面功能正常.
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。