Ray 小程序开发,下拉刷新,有相关组件,或者文档么,或是有demo吗?
下拉刷新
Re: 下拉刷新
可以参考下这个 startPullDownRefresh API,文档详见 https://developer.tuya.com/cn/miniapp/d ... ownrefresh,但需要注意下以下两点:
- 页面配置是否禁用了 scroll 或启用下拉刷新,Ray 项目的页面配置位于此处 https://github.com/Tuya-Community/tuya- ... nfig.ts#L7。
- 禁用 scroll 和启用下拉刷新的配置参考 https://developer.tuya.com/cn/miniapp/d ... /page/json。