|
@ -50,7 +50,7 @@ $(function() {
|
50
|
50
|
var weibotitle = data.data.articleTitle;
|
51
|
51
|
var weibourl =window.location.href;
|
52
|
52
|
var weibopic ="http://"+window.location.host+"/data/article/" + data.data.articleImg;
|
53
|
|
$("#weibo").attr("href","http://service.weibo.com/share/share.php?appkey=3677230589&title="+weibotitle+"&url="+weibourl+"&pic="+weibopic+"&ralateUid=6242830109&searchPic=false&style=simple");
|
|
53
|
$("#weibo").attr("href","http://service.weibo.com/share/share.php?appkey=3677230589&title="+encodeURIComponent(weibotitle)+"&url="+encodeURIComponent(weibourl)+"&pic="+encodeURIComponent(weibopic)+"&content=utf-8"+"&ralateUid=6242830109&searchPic=false&style=simple");
|
54
|
54
|
}
|
55
|
55
|
|
56
|
56
|
var articletitle = data.data.articleTitle + "-科袖网";
|