ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/UserCenterLogic.cs
@@ -441,6 +441,12 @@ CallFormActionAgainEvent(form, index); } } else if (actionForm != null && actionForm is UserView.UserPage) { //这里它已经退到主页了 var nowForm = UserView.UserPage.Instance.GetNowActionForm(); nowForm?.FormActionAgainEvent(); } } else if (actionForm != null && actionForm is UserView.UserPage) {