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

微信小程序选择图片上传的问题

微信小程序选择图片上传的问题

慕斯王 2019-02-26 12:46:17
请问微信小程序,将以下代码绑定到view组件上,点击上传图片后为什么报错upLoadImage: function(event) {       var id = event.currentTarget.id       var that = this       wx.chooseImage({           count: 1,            sizeType: ['original', 'compressed'],            sourceType: ['album', 'camera'],            success: function(res) {               var tempFilePaths = res.tempFilePaths               wx.uploadFile({                   url: '/wx/upload',                   filePath: tempFilePaths[0],                   name: 'image_file',                   success: function (res) {                   }               })           },       })    }错误代码是:uploadFile:fail Cannot read property '0' of null感觉是tempFilePaths参数没有传入uploadFile函数中,但是函数中不是应该能读取外层函数的变量吗?
查看完整描述

2 回答

?
哈士奇WWW

TA贡献1799条经验 获得超6个赞

真机没问题,我也遇到过,然后莫名其妙就好了


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

添加回答

举报

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