//下拉刷新
onPullDownRefresh() {
//刷新的数据
//轮播图请求
this.banner()
//超英 预告片
this.getHotMovie()
// 1s 停止下拉刷新
setTimeout(function() {
uni.stopPullDownRefresh();
}, 1000);
}
uni-app 下拉刷新
下拉刷新功能实现
最新推荐文章于 2025-05-26 09:30:00 发布
1万+

被折叠的 条评论
为什么被折叠?



