ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/UserCenterLogic.cs
@@ -428,8 +428,13 @@ var actionForm = UserView.HomePage.Instance.GetChildren(UserView.HomePage.Instance.ChildrenCount - 1); if (actionForm != null && actionForm is CommonFormBase) { //调用界面重新激活的函数 CallFormActionAgainEvent(form, index); string formId = ((CommonFormBase)actionForm).FormID; //对应徐梅继承了底层,但是不初始化数据的问题 if (UserCenterResourse.listActionFormId.Contains(formId) == true) { //调用界面重新激活的函数 CallFormActionAgainEvent(form, index); } } else if (actionForm != null && actionForm is UserView.UserPage) {