mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-02 18:08:51 +03:00
fix some bug
This commit is contained in:
@@ -31,9 +31,9 @@ function HandleStudio( pVal )
|
||||
|
||||
if(strCmd=='studio_userlogin')
|
||||
{
|
||||
let lastLoginInfo = pVal;
|
||||
var lastLoginInfo = pVal;
|
||||
SetLoginInfo(pVal['data']['avatar'],pVal['data']['name']);
|
||||
if (!m_GetPrintHistoryStatus) {
|
||||
if (!m_GetPrintHistoryStatus && (pVal != lastLoginInfo)) {
|
||||
SendMsg_GetPrintHistory();
|
||||
}
|
||||
SetLoginInfo(pVal['data']['avatar'],pVal['data']['name']);
|
||||
|
||||
Reference in New Issue
Block a user