收藏
回答

wx.chooseMessageFile真机不能用问题?

模拟器测试没问题,真机调试的时候只能选图片。

代码如下:

 chooseImage: function () {
  var that = this;
  wx.chooseMessageFile({
    count10,
    type:'all',
    successfunction (res{
      //console.log(res.tempFiles[0].name);
      //上传文件
      var imgArrNow = that.data.imgArr;
      imgArrNow = imgArrNow.concat(res.tempFiles);
      console.log(imgArrNow);
      that.setData({
        imgArr: imgArrNow
      })
      
    }
  })
},
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容
问题标签