小程序
小游戏
企业微信
微信支付
扫描小程序码分享
Skyline 渲染引擎下,如果设置 swiper 的 layout-type 为 tinder,则 bindchange 将不会被触发
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
项目,大部分页面还是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)。
项目,大部分页面还是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行配置代码后, 滑动事件可以触发. 页面功能正常.