Showing
1 changed file
with
1 additions
and
1 deletions
@@ -33,7 +33,7 @@ function shareBase(options) { | @@ -33,7 +33,7 @@ function shareBase(options) { | ||
33 | switch (defOption.channel) { | 33 | switch (defOption.channel) { |
34 | case 'weibo': | 34 | case 'weibo': |
35 | openUrl = 'http://service.weibo.com/share/share.php?url=' + defOption.url + '&title=' + | 35 | openUrl = 'http://service.weibo.com/share/share.php?url=' + defOption.url + '&title=' + |
36 | - defOption.title + '&appkey=3739328910&searchPic=true&pic=' + defOption.image; | 36 | + defOption.title + '&appkey=3739328910&searchPic=true&pic=' + defOption.image + '&searchPic=false'; |
37 | break; | 37 | break; |
38 | case 'tweibo': | 38 | case 'tweibo': |
39 | openUrl = 'http://share.v.t.qq.com/index.php?c=share&a=index&url=' + defOption.url + '&title=' + | 39 | openUrl = 'http://share.v.t.qq.com/index.php?c=share&a=index&url=' + defOption.url + '&title=' + |
-
Please register or login to post a comment