摘要:
uniapp http://www.mescroll.com/uni.html //uniapp 下拉刷新 阅读全文
posted @ 2020-01-09 10:02
随心的博客
阅读(198)
评论(0)
推荐(0)
摘要:
在h5端,uni.startPullDownRefresh()只能执行一次,解决方案是使用setTimeout(()=>{}),代码,如下: setTimeout (()=>{ uni.startPullDownRefresh(); },100); 阅读全文
posted @ 2020-01-09 09:46
随心的博客
阅读(2833)
评论(0)
推荐(0)
浙公网安备 33010602011771号