Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nativeShare.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var nativeShare = function (elementNode, config) {
to_app: to_app,//微信好友1,腾讯微博2,QQ空间3,QQ好友4,生成二维码7,微信朋友圈8,啾啾分享9,复制网址10,分享到微博11,创意分享13
cus_txt: "请输入此时此刻想要分享的内容"
};
ah = to_app == '' ? '' : ah;
ah = to_app == '' ? {} : ah;
if (typeof(browser) != "undefined") {
if (typeof(browser.app) != "undefined" && isqqBrowser == bLevel.qq.higher) {
browser.app.share(ah)
Expand Down