Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nat.image.pick的limit参数设置无效 #52

Open
yexiaodong opened this issue Aug 22, 2018 · 0 comments
Open

Nat.image.pick的limit参数设置无效 #52

yexiaodong opened this issue Aug 22, 2018 · 0 comments

Comments

@yexiaodong
Copy link

代码:
Nat.image.pick({
limit: 5,
showCamera: true
}, (err, ret) => {
if(err){
Nat.toast('【错误信息】'+JSON.stringify(err));
return;
}
obj.callBack(err,ret,ret.paths);
});

说明:limit设置为5,但是在相册中选择了一张图片就返回了,无法选择多张

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant