9***@qq.com
9***@qq.com
  • 发布:2019-12-04 17:22
  • 更新:2020-08-10 08:55
  • 阅读:1020

【报Bug】 uni.chooseImage 微信小程序在安卓正常 ios无法唤起

分类:uni-app

chooseImage 微信小程序在安卓正常 ios无法唤起

App运行环境说明

[iOS版本号] 13.1.3

[手机型号] iphone7

[微信版本] 7.0.8

[可重现代码片段]

uni.chooseImage({  
                sourceType: '拍照或相册',  
                sizeType: '压缩或原图',  
                count: this[list].length + this.count[this.countIndex] > 5 ? 5 - this[list].length : this.count[this.countIndex],  
                success: res => {  
                    let imgFilePaths = res.tempFilePaths;  

                    that.upLoad(imgFilePaths, i, upLength, id);  
                },  
                fail: err => {}  
            });

联系方式

[QQ] 909285627

2019-12-04 17:22 负责人:无 分享
已邀请:
DCloud_uniCloud_WYQ

DCloud_uniCloud_WYQ

sourceType,sizeType那里对应你的代码里面就是汉字吗?

AimerQAQ

AimerQAQ - QAQ

兄弟,问题解决了吗?

该问题目前已经被锁定, 无法添加新回复