收藏
回答

微信7.0.13安卓手机拍照,相册选择返回的临时文件后缀为unknown?

调用wx.chooseImage,安卓机上临时文件后缀为unknown

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

3 个回答

  • 孑
    2020-05-08

    我也遇到这个问题,请问楼主解决了吗

    2020-05-08
    有用
    回复 3
    • fan
      fan
      2020-05-08
      没有,等官方的回答呢
      2020-05-08
      回复
    • 2020-05-12回复fan
      帅哥,解决了吗
      2020-05-12
      回复
    • fan
      fan
      2020-05-13回复
      应该问官方是否解决了,你那个是啥手机啥微信版本啊
      2020-05-13
      回复
  • fan
    fan
    2020-04-29

    wx.chooseImage({

    count: opt.count || 9,

    sizeType: opt.sizeType || ['original', 'compressed'],

    sourceType: opt.sourceType || ['album', 'camera'],

    success: (res) => {

    console.log(JSON.stringify(res));

    if (res.errMsg === 'chooseImage:ok') {

    if (res.tempFiles.length > 0) {

    const files = forceChange(res.tempFiles); //微信安卓手机上临时文件后缀有问题

    console.log(files)

    resolve({ errcode: '0000', data: files });

    }

    } else {

    resolve({ errcode: 'err', data: res, descrption: '选择文件异常,请重试!' });

    }

    },


    2020-04-29
    有用
    回复
  • 是小白啊
    是小白啊
    2020-04-29

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2020-04-29
    有用
    回复 10
    • fan
      fan
      2020-04-30
      2020-04-30
      回复
    • fan
      fan
      2020-04-30
      在 oppo R15 手机,微信版本7.0.13
      上100%复现
      2020-04-30
      回复
    • fan
      fan
      2020-05-09
      这个bug有复现吗?部分安卓机,微信版本7.0.13,或14;wx.chossImage 选择原图的情况下。压缩图是不会触发bug的
      2020-05-09
      回复
    • fan
      fan
      2020-05-09
      我们的小程序用户量还蛮大的,比较依赖拍照功能,希望能早些给我解答下,谢谢
      2020-05-09
      回复
    • 是小白啊
      是小白啊
      2020-05-10回复fan
      在新的客户端版本有修复,麻烦更新试下
      2020-05-10
      回复
    查看更多(5)
登录 后发表内容
问题标签