小程序
小游戏
企业微信
微信支付
扫描小程序码分享
使用 scroll-view 组件了,列表数据过多,比如超过100条时候,渲染会很慢
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
长列表建议使用虚拟列表,网上有很多组件的,拿过来直接用,自己手搓没必要,工作量大,了解原理即可
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
如果是skyline 模式的话,使用这两个虚拟列表组件:
普通列表:
https://developers.weixin.qq.com/miniprogram/dev/component/list-builder.html
瀑布流:
https://developers.weixin.qq.com/miniprogram/dev/component/grid-builder.html
如果是webveiw 模式的话,参考这位大佬的虚拟列表内容:
https://blog.csdn.net/Qensq?type=blog
合理使用 setData,参考文档:https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips/runtime_setData.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
长列表建议使用虚拟列表,网上有很多组件的,拿过来直接用,自己手搓没必要,工作量大,了解原理即可
https://www.npmjs.com/package/vue-virtual-scroll-list
如果是skyline 模式的话,使用这两个虚拟列表组件:
普通列表:
https://developers.weixin.qq.com/miniprogram/dev/component/list-builder.html
瀑布流:
https://developers.weixin.qq.com/miniprogram/dev/component/grid-builder.html
如果是webveiw 模式的话,参考这位大佬的虚拟列表内容:
https://blog.csdn.net/Qensq?type=blog
合理使用 setData,参考文档:https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips/runtime_setData.html