wx.chooseImage({ count: 1, sizeType: ["original"], sourceType: ["album", "camera"], success: function(res) { let tempPath = res.tempFilePaths[0] console.log('tempPath:' + tempPath); console.log('tempSize:' + res.tempFiles[0].size); |
代码如上,当选择图片为gif时,返回的地址却是jpg的

有没有什么途径可以得到gif?
安卓是支持选到gif的
ios 以前是支持的
iOS 不支持 GIF