获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
是小程序还是公众号啊
报个问题wx.chooseMedia({ count: 9, mediaType: ['image','video'], sourceType: ['album', 'camera'], maxDuration: 30, camera: 'back', success(res) { console.log(res.tempFiles.tempFilePath) // 应为res.tempFiles[0].tempFilePath ,否则会显示undefined,因为我看官方文档给出的tempFiles类型为数组 console.log(res.tempFiles.size) } })res.tempFiles.tempFilePath)
2022-07-22已经上传日志,微信号wmhd666
微信公众号,调用微信上传图片wx.chooseImage后,页面显示出现空白,如何解决?微信公众号和小程序都会出现这种情况[图片]
2022-07-18