jack vor 7 Jahren
Ursprung
Commit
709ec6c98a
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      js/articalShow.js
  2. 1 1
      js/resourceShow.js

+ 1 - 1
js/articalShow.js

@ -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 + "-科袖网";

+ 1 - 1
js/resourceShow.js

@ -176,7 +176,7 @@ $(document).ready(function() {
176 176
				"rel": '../images/default-resource.jpg'
177 177
			});
178 178
		}
179
		$("#weibo").attr("href", "http://service.weibo.com/share/share.php?appkey=3677230589&title=" + weibotitle + "&url=" + weibourl + "&pic=" + weibopic + "&ralateUid=6242830109&searchPic=false&style=simple");
179
		$("#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");
180 180
	}
181 181
	/*点击名字及头像跳转个人浏览页面*/
182 182
	$("#nameS,#headImg").click(function() {