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
mqq.media.getPicture(param, callback)
@xiaoily520 @qkzzxb
Originally posted by @dntzhang in #8 (comment)
The text was updated successfully, but these errors were encountered:
image_src 可以直接传base64吗
Sorry, something went wrong.
可以啊
我用的ionic3 image-picker插件 从手机获取图片 得到base64,传给image_src 不管用
let base64Image = 'data:image/jpeg;base64,' + imageData;
No branches or pull requests
mqq.media.getPicture(param, callback)
@xiaoily520 @qkzzxb
Originally posted by @dntzhang in #8 (comment)
The text was updated successfully, but these errors were encountered: