摘要: 下载图片 Created: Sep 29, 2020 11:16 PM 功能: 下载 async handleDownload() { uni.showLoading({ title: "下载中" }) // 将远程文件下载到小程序的内存里面 const result1 = await uni.do 阅读全文
posted @ 2020-10-02 23:24 彼_岸 阅读(757) 评论(0) 推荐(0) 编辑
摘要: 判断手势 Created: Sep 29, 2020 10:57 PM 功能: 手势 <template> <view @touchstart="handleTouchstart" @touchend="handleTouchend"> <slot></slot> </view> </templat 阅读全文
posted @ 2020-10-02 23:20 彼_岸 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: 列表加载更多 Created: Sep 14, 2020 5:29 PM 功能: 加载更多 export default { name: "home-album", data() { return { params: { // 获取多少条数据 limit: 30, // 关键字 “hot” orde 阅读全文
posted @ 2020-10-02 23:19 彼_岸 阅读(181) 评论(0) 推荐(0) 编辑