plus.share.getServices(function(s){
console.log(s)
shares={};
for(var i in s){
var t=s[i];
shares[t.id]=t;
}
sweixin=shares['weixin'];
}, function(e){
console.log('获取分享服务列表失败:'+e.message);
});
1 个回复
芊小白
你好 我也遇到了获取不到服务对象的问题 你的是怎么解决??