liting2017 7 years ago
parent
commit
d374963501
1 changed files with 4 additions and 15 deletions
  1. 4 15
      src/js/news/appCognizance.js

+ 4 - 15
src/js/news/appCognizance.js

@@ -1,23 +1,12 @@
 import '../../css/news/appCognizance.css';
 
 $(function(){
-//	var metas='';
-//	metas +='<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">'+
-//     	'<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />'+
-//		'<meta http-equiv="Pragma" content="no-cache" />'+
-//		'<meta http-equiv="Expires" content="0" />'	;
-//		$('head').append(metas);
 	var colorArr=['#e22e2e','#2542ef','#10d4f1','#f9750b','#0bf964'];
 	//获取id
 	var https=window.location.href;
-	window.onload=function(){
-		if(https.indexOf('tt#')==-1){
-			window.location.href=https+"tt#"
-		}
-	}
-	var newHttp=window.location.href;
-	var idtt = newHttp.indexOf('id=');
-	var idk=newHttp.substr(idtt+3);
+	var index=https.indexOf('id=');
+	var idtt = https.substr(index+3);
+	var ids=idtt.split('#tt')
 	//数据获取
 	function DataList(){
 		if(idtt){
@@ -26,7 +15,7 @@ $(function(){
 				dataType:'json',
 				url: globalConfig.context + "/portal/Service/ProjectDetail",
 				data:{
-					id:idk.substr(0,idk.length-3)
+					id:ids[0]
 				},
 				success:function(data){
 					var theData=data.data;