Commit 04a484fa authored by hbcui1984's avatar hbcui1984

Android平台支持qq分享

parent 52771921
......@@ -513,6 +513,8 @@
id: "sinaweibo"
}, {
id: "tencentweibo"
},{
id:"qq"
}],
bts = [{
title: "发送给微信好友"
......@@ -522,15 +524,9 @@
title: "分享到新浪微博"
}, {
title: "分享到腾讯微博"
}];
if (plus.os.name == "iOS") {
ids.push({
id: "qq"
});
bts.push({
},{
title: "分享到QQ"
});
}
}];
plus.nativeUI.actionSheet({
cancel: "取消",
buttons: bts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment