dev_cs_new
杨树林 6 years ago
parent cf7c93d141
commit a0f0734388

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

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

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

Loading…
Cancel
Save