选择的上传文件的时候不能一次性选择多个!参数也是设置的
必须一个一个的选择,没有多选的按钮啊
测试机器:红米,
plus.gallery.pick(function(e){
for(var i in e.files){
appendFile(e.files[i]);
console.log(e.files[i]);
}
//appendFile(p);
console.log(JSON.stringify(e));
},function(error ){
console.log(error.code,error.message)
},{filter:"image",multiple:true});
gadget2k
图片多选这个界面怎么自定义?比如标题栏颜色、文字,是否有返回按钮等等
2015-11-07 09:29