代码片段
handleChooseImage () {
wx.chooseImage({
count: 1,
sourceType: [ 'camera' ],
success: function (res) {
wx.showLoading({ title: '上传中' })
wx.uploadFile({
url: '',
name: 'file',
header: {
'Content-Type': 'multipart/form-data;charset=UTF-8'
},
filePath: res.tempFilePaths[0],
success: function (response) {
console.log(response)
wx.hideLoading()
},
fail: function (error) {
console.log(error)
wx.hideLoading()
}
})
}
})
}
你好,麻烦再重现一次,在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,提供一下微信号,复现问题的详细时间点(如:2020-4-10 10:10)
时间:2020-07-22 11:46
机型:oppr11s
微信:wxid_i3tvfa1am9o422
时间:2020-07-27 17:52
机型:oppr11s