We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: 5, showCamera: true }, (err, ret) => { if(err){ Nat.toast('【错误信息】'+JSON.stringify(err)); return; } obj.callBack(err,ret,ret.paths); });
说明:limit设置为5,但是在相册中选择了一张图片就返回了,无法选择多张
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代码:
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,但是在相册中选择了一张图片就返回了,无法选择多张
The text was updated successfully, but these errors were encountered: