Commit ff83fe23 by 冷斌

update

parent 3f804828
...@@ -739,7 +739,7 @@ io.on('connection', function(socket) { ...@@ -739,7 +739,7 @@ io.on('connection', function(socket) {
// sockets[uid].emit('phtime',[PHTimer]); // sockets[uid].emit('phtime',[PHTimer]);
}, 1000); }, 1000);
endLivePk(io,socket.uid,0); endLivePk(io,socket.uid,0);
}, 5*60*1000); }, 2*60*1000);
//5*60*1000 //5*60*1000
}else if(action=='5'){ }else if(action=='5'){
......
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