凌的博客

您现在的位置是: 首页 > 前端学习 > Vue > 

Vue

uniapp onPullDownRefresh关闭刷新

2022-12-17 Vue 887
   onPullDownRefresh() {
            uni.request({
                url:''
                success: (res) => {
                    uni.stopPullDownRefresh()
                }
            })
        },


文章评论

0条评论