收藏
回答

wx.chooseMedia上传图片filePath一直不对?

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

4 个回答

  • showms
    showms
    2023-03-02

    你把res打印出来就知道了

    2023-03-02
    有用 2
    回复
  • 启年
    启年
    2023-03-01

    res.tempFiles[0].tempFilePath


    2023-03-01
    有用 2
    回复
  • 悟
    2023-03-02
    var imgPath=res.tempFiles[0]
    wx.cloud.uploadFile({
    filePath:imgPath
    }).then(res=>{
     console.log(res)
    })
    
    2023-03-02
    有用 1
    回复
  • 稳
    2023-03-01

    大佬救救我

    2023-03-01
    有用 1
    回复
登录 后发表内容