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

分享图片,图片未传过去 #32

Open
Voyager-sun opened this issue Dec 15, 2015 · 5 comments
Open

分享图片,图片未传过去 #32

Voyager-sun opened this issue Dec 15, 2015 · 5 comments

Comments

@Voyager-sun
Copy link

你好,在做图片分享时候,出现图片未传过去。签名什么都对,链接也可以。

@vilicvane
Copy link
Owner

你好, 你传图片是用的哪种方式? 什么平台?

@vito13
Copy link

vito13 commented Jan 14, 2016

我用安卓5.0.1 分享朋友圈没有问题,但调用分享图片给好友也是失败,收到的都是一个图片框,一直百分之几的数字在上面,点击也不能打开,重发也不成功, 但代码执行正常,没有异常出现...
失败1:
WeChat.share(
{
type: WeChat.ShareType.image,
data: "iVBORw0KGgoAAAANSUh..........ORK5CYII="
},
$scope.scenestate,
function () {
alert('分享成功~');
}, function (reason) {
alert(reason);
});
失败2:
type: WeChat.ShareType.image,
url: "https://www.base64-image.de/build/img/mr-base64-482fa1f767.png"
应该如何调用啊?

@vilicvane
Copy link
Owner

@vito13 没有遇到过这个问题, 你可以看看 README 里推荐的另一个插件是否正常.

@Voyager-sun
Copy link
Author

应该是图片没有处理的问题。另外一个插件是好的。

@vito13
Copy link

vito13 commented Jan 19, 2016

问题已解决,原因是公司网络问题,wifi时候就失败,手机改成4g流量 立马好了,蛋疼的事情...

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

3 participants