为了账号安全,请及时绑定邮箱和手机立即绑定

微信小程序 上传图片失败

微信小程序 上传图片失败

慕虎7371278 2019-03-22 10:15:45
微信小程序上传图片, 报这个错误, 是接口的问题吗下面是代码  chooseImage: function() {    wx.chooseImage({      count: 1, // 默认9      sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有      sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有      success: function (res) {        // 返回选定照片的本地文件路径列表,tempFilePath可以作为img标签的src属性显示图片        var tempFilePaths = res.tempFilePaths        console.log(tempFilePaths)        wx.uploadFile({          url: 'https://wxapi.ygjsw.org/index.php/api/v1/upload_img', //          filePath: tempFilePaths[0],          name: 'file',          formData: {            'user': 'test'          },          success: function (res) {            var data = res.data            //do something            console.log(res)          },          fail: function(err) {            console.log(err)          }        })      }    })  }
查看完整描述

2 回答

?
MYYA

TA贡献1868条经验 获得超4个赞

你在手机上试过么?


查看完整回答
反对 回复 2019-04-11
  • 2 回答
  • 0 关注
  • 934 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信