LiFan
2024-07-23 b8acff9a95f359f4f378b5626585e02f002cf0a7
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;
   }