小程序
小游戏
企业微信
微信支付
扫描小程序码分享
跪求大神们正解 在调图片上传接口时,安卓机可以正常上传图片任务,唯独ios上传不了 这是怎么回事
7 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
getCropperImage这个方法没办法接收到参数导致的。因此你的回调函数没有被调用
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
getCropperImage() {
this.wecropper.getCropperImage((filePath) => {
var self = this;
console.log(filePath)
if (filePath) {
wx.uploadFile({
url: picture,
filePath: filePath,
name: 'imageFile',
formData: {
openId: openId,
missionId: missionId,
activityId: activityId,
activityConfigureId: activityConfigureId
},
header: {
"Content-Type": "multipart/form-data"
success: function(res) {
console.log(res)
}
小程序搜索 青团社兼职实习 然后随便找个小任务 进去后提交任务 就有上传图片的地方
我写的正常上传
你代码贴下看看
检查了 没有的
--代码写错了呗
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
getCropperImage这个方法没办法接收到参数导致的。因此你的回调函数没有被调用
getCropperImage() {
this.wecropper.getCropperImage((filePath) => {
var self = this;
console.log(filePath)
if (filePath) {
wx.uploadFile({
url: picture,
filePath: filePath,
name: 'imageFile',
formData: {
openId: openId,
missionId: missionId,
activityId: activityId,
activityConfigureId: activityConfigureId
},
header: {
"Content-Type": "multipart/form-data"
},
success: function(res) {
console.log(res)
}
小程序搜索 青团社兼职实习 然后随便找个小任务 进去后提交任务 就有上传图片的地方
我写的正常上传
你代码贴下看看
检查了 没有的
--代码写错了呗