dev_cs_new
杨树林 6 years ago
parent cf7c93d141
commit a0f0734388

@ -110,6 +110,7 @@ class MessagChat extends Component{
// }
};
shuaxingetChatList=(page,listl,target_ids,bool)=>{
this.setState({
isSpin:true,
@ -385,7 +386,9 @@ class MessagChat extends Component{
// console.log(i);
this.props.Modifyur(i);
};
getdatas2=()=>{
}
// 点击了用户
Clickedontheuser=(user)=>{
// debugger

@ -428,14 +428,18 @@ class MessagSub extends Component{
//教学案例详情 :id = container_id
return window.location.href=`/moop_cases/${item.container_id}`;
}
case "ProjectPackage" :
if (item.tiding_type === 'Apply') {
///managements/project_package_applies
return window.location.href=`/managements/project_package_applies`;
}
if(item.tiding_type === 'System'){
case "ProjectPackage" :
if(item.tiding_type==="Destroyed_end"){
return ;
}else {
// if (item.tiding_type === 'Apply') {
// ///managements/project_package_applies
// return window.location.href=`/managements/project_package_applies`;
// }
// if(item.tiding_type === 'System'){
//众包详情 :id = container_id
return window.location.href=`/crowdsourcing/${item.container_id}`;
// }
}
default :
return window.location.href="/";

@ -46,9 +46,7 @@ class Messagerouting extends Component{
}
getdatas2=()=>{
}
componentDidUpdate(prevProps) {
// console.log("11111111111");
// console.log(prevProps);

Loading…
Cancel
Save