Commit 50d4ff53 by Zhang Xin

fix pop text

parent 46daa5f4
...@@ -180,9 +180,10 @@ class PageContainer extends React.Component { ...@@ -180,9 +180,10 @@ class PageContainer extends React.Component {
} }
getSocketMsg(data){ getSocketMsg(data){
this.showError(JSON.stringify(data));
let {dispatch,state} = this.props; let {dispatch,state} = this.props;
let {isSend , area} = this.state; let {isSend , area} = this.state;
data.isSend = isSend;
this.showError(JSON.stringify(data));
console.log(data,'kldasjdkljaskljdklsjakldjkla') console.log(data,'kldasjdkljaskljdklsjakldjkla')
switch (data.type){ switch (data.type){
case 'SUCCESS_OPENDOOR': case 'SUCCESS_OPENDOOR':
......
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