收藏
回答

getImageInfo:fail download image fail

wx.chooseImage({
  success: function (res) {
    wx.getImageInfo({
      src: res.tempFilePaths[0],
      success: function (res) {        console.log(res.width)        console.log(res.height)
      }
    })
  }
})

用官网的这个都会报错getImageInfo:fail download image fail

回答关注问题邀请回答
收藏

2 个回答

  • 少年
    少年
    2018-05-23

    在体验版环境下没有任何问题,即使使用的是正式环境的接口地址.

    但是当发布到线上的时候就报错 fail download image fail

    谁能帮帮我啊

    调试基础库1.9.94

    2018-05-23
    有用 1
    回复
  • Toy
    Toy
    2018-04-14

    我最近频繁的碰到这个问题,不知道为啥

    2018-04-14
    有用
    回复
登录 后发表内容