wei
2020-12-24 71993d3611c008aed7013ff9f664e404f084507f
HDL_ON/UI/UI2/FuntionControlView/Light/ColorTureLampPageBLL.cs
@@ -38,7 +38,7 @@
                        bodyView.barColorTemplatrue.Enable = uFunction.trait_on_off.curValue.ToString() == "on";
                        var cct = 27;
                        int.TryParse(uFunction.Attr_CCT.curValue.ToString(), out cct);
                        bodyView.barColorTemplatrue.Progress = cct;
                        bodyView.barColorTemplatrue.Progress = cct / 100;
                        //设置初始值
                        bodyView.barColorTemplatrue.SetCustomText(bodyView.barColorTemplatrue.Progress * 100 + "K");