adsjkqhaoran

Results 1 issues of adsjkqhaoran

**问题描述** ImagePicker在真机上选择多张图片,会丢失,模拟器上又正常,且调用onFail 并无错误返回!Taro-ui v2.2.2 **复现步骤** 参数为onChange返回的files 模拟器效果: ![image](https://user-images.githubusercontent.com/8953281/64502570-6eda4a00-d2f9-11e9-910c-d0a012aac3c4.png) 真机调试效果: ![image](https://user-images.githubusercontent.com/8953281/64502552-510ce500-d2f9-11e9-879c-98aacf0854fe.png) ```js // onChange事件直接打印 onBannerPickerChange (files,type,index) { let self = this console.log(`[pick argument]`,arguments) } ``` **期望行为** 需要正常返回 不然无法处理 **系统信息** Taro-ui v2.2.2...