Lin Zhang

Results 15 comments of Lin Zhang

> 还有就是 滑动到界面最下面就能触发事件,有这个函数吗? 滑动到底部的时候会自动触发 fetch 并且带上你上一次返回的page参数 > 怎么定时刷新界面 使用 JavaScript 的 `setInterval()`设置定时器: ```javascript setInterval(() => { this.refresh(); }, 500) ```

可以放到 created() 的生命周期方法里 https://docs.dorajs.com/#/component/lifecycle 因为 fetch() 会执行多次,所以肯定不能放这里面的 On Fri, Oct 29, 2021 at 3:32 PM wjf1547 ***@***.***> wrote: > module.exports = { > type: 'list', > async fetch({ args, page...

可以看下文档这里:https://docs.dorajs.com/#/component/list?id=list-%e7%bb%84%e4%bb%b6 On Fri, Oct 29, 2021 at 3:41 PM wjf1547 ***@***.***> wrote: > 滑动到底部的时候会自动触发 fetch 并且带上你上一次返回的page参数, > > 这句话没理解,page参数包含什么,有啥作用啊,有相关代码吗? > > — > You are receiving this because you commented....

> Hi, can i ask for a new libmode.so for the most recent node.js? thanks Hi there, I'm busy on handling life issues recently, I can't promise when I can...