plus.gallery.pick(function(fileUrl) {
}, function(e) {
}, {
filter: "none" ,
multiple: true, //从系统中选择
maximum: 1,
system: true,
onmaxed: function() {
plus.nativeUI.alert('最多只能选择1个语音');
}
});
这段代码有什么问题?我找到mp3文件,发现选择不了,只能选择图片和视频文件?
求大神指点,问题出现在那里?
1 个回复
DCloud_Android_ST
plus.gallery.pick支持图片和视频