...
|
...
|
@@ -33,7 +33,7 @@ function shareBase(options) { |
|
|
switch (defOption.channel) {
|
|
|
case 'weibo':
|
|
|
openUrl = 'http://service.weibo.com/share/share.php?url=' + defOption.url + '&title=' +
|
|
|
defOption.title + '&appkey=3739328910&searchPic=true&pic=' + defOption.image;
|
|
|
defOption.title + '&appkey=3739328910&searchPic=true&pic=' + defOption.image + '&searchPic=false';
|
|
|
break;
|
|
|
case 'tweibo':
|
|
|
openUrl = 'http://share.v.t.qq.com/index.php?c=share&a=index&url=' + defOption.url + '&title=' +
|
...
|
...
|
|