摘要: uni.chooseImage({ count: 1, // 图片张数 success: async res => { const reader = new FileReader(); reader.readAsDataURL(res.tempFiles[0]); reader.onload = a 阅读全文
posted @ 2023-11-08 14:03 HuangBingQuan 阅读(130) 评论(0) 推荐(0) 编辑