//下拉刷新
onPullDownRefresh() {
//刷新的数据
//轮播图请求
this.banner()
//超英 预告片
this.getHotMovie()
// 1s 停止下拉刷新
setTimeout(function() {
uni.stopPullDownRefresh();
}, 1000);
}
uni-app 下拉刷新
最新推荐文章于 2024-09-15 00:41:42 发布