黄学彪
2020-06-18 2450c12c825ad4d78d1572da2fa421706db2df2f
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)
                    {