杨树林 5 years ago
parent 411f98297c
commit 1940d2222f

@ -146,7 +146,7 @@ class PathDetailIndex extends Component{
} }
componentDidMount(){ componentDidMount(){
debugger
const query = this.props.location.search; const query = this.props.location.search;
// const type = query.split('?chinaoocTimestamp='); // const type = query.split('?chinaoocTimestamp=');
// console.log("Eduinforms12345"); // console.log("Eduinforms12345");
@ -170,7 +170,7 @@ class PathDetailIndex extends Component{
dataquerys:{}, dataquerys:{},
}) })
} }
debugger
this.getdatasindexs(undefined,dataqueryss); this.getdatasindexs(undefined,dataqueryss);
} }
//截取url 数据的 //截取url 数据的
@ -196,7 +196,6 @@ class PathDetailIndex extends Component{
return json; return json;
} }
getdatasindexs=(key,yslwebobject)=>{ getdatasindexs=(key,yslwebobject)=>{
debugger
// yslwebobject 后端需要的接口 // yslwebobject 后端需要的接口
let pathid=this.props.match.params.pathId; let pathid=this.props.match.params.pathId;
let url="/paths/"+pathid+".json"; let url="/paths/"+pathid+".json";

Loading…
Cancel
Save