企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
* 调用 ~~~ <scroll remove="{{remove}}" up_status="{{up_status}}"down_note="{{down_note}}" bind:up="up" bind:down="down"></scroll> ~~~ | 参数 | 说明 | | --- | --- | | remove | 容器外高度,全屏幕则为0 | | up_status | 刷新动态(true开启 false关闭) | | bind:up | 刷新函数 | | bind:down | 加载函数 | * js ~~~ data: { PIN: 1, list: [], list_cache: [], next: 1, down_note: '', remove: 0, up_enable: true, up_status: false, } ~~~ | 参数 | 说明 | | --- | --- | | PIN | 当前页码 | | list | 显示列表数组 | | list_cache | 缓存列表数组 | | next | 下一页页码 | | down_note | 加载内容 | | remove | 删除高度 | | up_enable | 刷新开关 | | up_status | 刷新状态 |