Skip to content

Commit

Permalink
分享到微博link改为url
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlie committed Jul 5, 2014
1 parent 30caf62 commit e574db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WeixinApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ var WeixinApi = (function () {
var shareWeibo = function (theData) {
WeixinJSBridge.invoke('shareWeibo', {
"content":theData.desc,
"link":theData.link
"url":theData.link
}, function (resp) {
switch (resp.err_msg) {
// share_weibo:cancel 用户取消
Expand Down Expand Up @@ -319,7 +319,7 @@ var WeixinApi = (function () {
}

return {
version :"1.7",
version :"1.8",
ready :wxJsBridgeReady,
shareToTimeline :weixinShareTimeline,
shareToWeibo :weixinShareWeibo,
Expand Down

0 comments on commit e574db6

Please sign in to comment.