This commit is contained in:
joylink_zhaoerwei 2023-07-05 11:08:22 +08:00
parent 74b203d367
commit f146d6faba

View File

@ -279,7 +279,7 @@ class codeGraph extends Container {
} }
//运行等级 //运行等级
if (stateData.nextSectionRunLevel) { if (stateData.nextSectionRunLevel) {
this.runLevel.visible = true; this.runLevel.visible = false;
this.runLevel.text = stateData.nextSectionRunLevel; this.runLevel.text = stateData.nextSectionRunLevel;
} }
//运行时间 //运行时间