|
socket.emit('login', {userId: userInfo.uid, password: userInfo.uid,sessionId:sessionId,clientType:"doctor"});
|
|
socket.emit('login', {userId: userInfo.uid, password: userInfo.uid,sessionId:sessionId,clientType:"doctor"});
|
|
socket.on('message', function (data) {
|
|
socket.on('message', function (data) {
|
|
vm.checkAfterQrCode(planid,patient);
|
|
vm.checkAfterQrCode(planid,patient);
|