- 获取当前的地理位置、速度 申请能否快速通过? 着急上线
获取当前的地理位置、速度 申请能否快速通过? 着急上线
2022-04-29 - oppr11s等部分安卓机型拍照闪退
代码片段 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-07-21