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的
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
微信小程序开发者回答:
M***:
iOS 不支持 GIF
泛***:系统记录textarea穿透问题
本文网址:http://www.91bianli.com/weixinxiaochengxu/32426.html