去除“用户”

This commit is contained in:
YangHua 2024-06-11 16:01:40 +08:00
parent 57d90ee6e3
commit 4a79cc0ded
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ public class SceneLoad : MonoSingleton<SceneLoad>
yield return null; yield return null;
} }
loadingPanel.SetActive(false); loadingPanel.SetActive(false);
if (loadSceneName == "室内型高供低计用户" || loadSceneName == "室内型高供高计" || loadSceneName == "室外型低压公配变" || loadSceneName == "室外型高供低计用户" || loadSceneName == "室外型高供高计用户") if (loadSceneName == "室内型高供低计" || loadSceneName == "室内型高供高计" || loadSceneName == "室外型低压公配变" || loadSceneName == "室外型高供低计" || loadSceneName == "室外型高供高计")
{ {
UIManager.Instance.time.RunTimer(); UIManager.Instance.time.RunTimer();
//if (GlobalFlag.isRecord == "1") //if (GlobalFlag.isRecord == "1")

View File

@ -1,5 +1,5 @@
{ {
"scenename": "室外型高供高计用户", "scenename": "室外型高供高计",
"questbooks": "任务书", "questbooks": "任务书",
"userinformation": "用户基本信息", "userinformation": "用户基本信息",
"userList": [ "userList": [

View File

@ -1 +1 @@
Build from ADAM at 2024/6/11 0:25:01 Build from ADAM at 2024/6/11 16:01:20