From dc840e2d67654781ebc9c7640e6c44a63a6d04d0 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 11 十二月 2020 09:44:37 +0800 Subject: [PATCH] 2020-12-11 1.注册、忘记密码、重置密码、点击返回到时候屏蔽检测错误提示。底部按钮使能效果优化修改。邮箱变密码输入问题修复。2.网络请求底层增加token过期检测刷新方法。3.更新控件库,iOS EditText取消默认密码输入方式。 --- HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs index 7fde6c8..aa25881 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs @@ -62,7 +62,6 @@ addSceneView.AddChidren(btnAddSceneText); #endregion -#if stage2 #region 鎹曡幏鍦烘櫙 FrameLayout catchSceneView = new FrameLayout() { @@ -138,8 +137,6 @@ movieSceneView.AddChidren(btnMovieSceneText); #endregion -#endif - LoadEventList(); } @@ -161,7 +158,7 @@ this.RemoveFromParent(); action(); }; - var scene = new Entity.Scene() { roomIdList = new System.Collections.Generic.List<string>() { "" } }; + var scene = new Entity.Scene() { roomIds = new System.Collections.Generic.List<string>() { "" } }; scene.NewSid(); scene.name = Language.StringByID(StringId.Scene) + " " + (1 + Entity.DB_ResidenceData.functionList.scenes.Count).ToString(); var aep = new SceneEditPage(scene,backAction); -- Gitblit v1.8.0