This commit is contained in:
2020-05-13 16:54:54 +08:00
parent ba61d13a1f
commit a326bcb266
12 changed files with 192 additions and 80 deletions
+2
View File
@@ -410,12 +410,14 @@ void MainWindow::onTabIndexChanged(const int &index)//界面选择管理
if(index == 2)
{
map->setWPLock(false);
map->setWPCreate(true);
missionUI->show();
}
else
{
map->setWPLock(true);
map->setWPCreate(false);
missionUI->hide();
}