Browse Source

默认不算刷新 给个0

Void_F 17 hours ago
parent
commit
658c48aa3a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Assets/Scripts/UI/UIView/GCYW/GCYWLayer.cs

+ 1 - 0
Assets/Scripts/UI/UIView/GCYW/GCYWLayer.cs

@@ -150,6 +150,7 @@ public class GCYWLayer : YZTRootLayer
         stationDropdown.AddOptions(stationNames);
         stationDropdown.onValueChanged.AddListener(ChangeData);
         stationDropdown.value = 0;
+        ChangeData(0);
     }
 
     public void SetGongChengGuanLiChart()