import '../../css/news/appCognizance.css'; $(function(){ var colorArr=['#e22e2e','#2542ef','#10d4f1','#f9750b','#0bf964']; //获取id var https=window.location.href; var indexs = https.indexOf('='); var ids=https.substr(indexs+1,https.length); //数据获取 function DataList(){ $.ajax({ type:"get", dataType:'json', url: globalConfig.context + "/portal/Service/ProjectDetail", //url: "http://192.168.1.100:8080/portal/Service/ProjectDetail", data:{ id:ids }, success:function(data){ var theData=data.data; var describeList=[]; //需求描述 var dataList=[]; //所需资料 var specificationList=[]; //服务规格 var promiseLsit=[]; if(data.data.length){ console.log(theData[0]) describeList.push([ "
"+theData[0].introduce+"
"+theData[0].valueEffect+"
"+theData[0].clientSize+"