Commit 7a87e9b3 by Zhang Xin

reback

parent b0391911
...@@ -45,10 +45,10 @@ export default class HomePageContainer extends React.Component{ ...@@ -45,10 +45,10 @@ export default class HomePageContainer extends React.Component{
},()=>{ },()=>{
this.props.willCloseDoor(); this.props.willCloseDoor();
this.props.endCountBack(); this.props.endCountBack();
let msg={type:'WILL_CLOSEDOOR'}; // let msg={type:'WILL_CLOSEDOOR'};
sendMsg(JSON.stringify(msg)); // sendMsg(JSON.stringify(msg));
this.props.changeIsSend(true); // this.props.changeIsSend(true);
// this.props.tempLogout() this.props.tempLogout()
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment