xj qian
2024-07-23 456d9dc293ffbd4b7d1cfef16583eb77e48428b4
jrj/project/vindexform.cpp
@@ -316,7 +316,7 @@
      if (m_Assignment == L"")
         alert(L"获取用户数据失败,请重新登录!");
      else
         xaserver::SetUID((LPWSTR)m_Assignment.c_str());
         xaserver::SetUID((LPWSTR)m_Assignment.c_str(true));
      xcombobox::AddItem(cbx_menu.GetHWND(), L"开始");
      xcombobox::AddItem(cbx_tab.GetHWND(), L"-1");
@@ -612,7 +612,7 @@
      if((xstring)m_Assignment == L"")
         alert(L"获取用户数据失败,请重新登录!");
      else
         xaserver::SetUID((LPWSTR)m_Assignment.c_str());
         xaserver::SetUID((LPWSTR)m_Assignment.c_str(true));
      return 1;
   }