| | |
| | | //关闭全部界面,直到主页为止 |
| | | UserCenterLogic.CloseAllOpenForm(); |
| | | //强制显示自动化列表界面 |
| | | UserCenterResourse.ResidenceOption.CategoryPageSwitchIndex = 2; |
| | | |
| | | this.BottomMenuClickEvent(MenuSelectEnum.A分类, false); |
| | | UserCenterResourse.ResidenceOption.CategoryPageSwitchIndex = 2;
|
| | |
|
| | | this.nowSelectMenu = MenuSelectEnum.A分类;
|
| | |
|
| | | //左滑菜单不可
|
| | | CommonPage.Instance.IsDrawerLockMode = true;
|
| | | if (listForm[1] == null)
|
| | | {
|
| | | var form = new Category.CategoryMainForm();
|
| | | this.bodyFrameView.AddChidren(form);
|
| | | form.ShowForm();
|
| | | //加缓存
|
| | | listForm[1] = form;
|
| | | } |
| | | else
|
| | | {
|
| | | ((Category.CategoryMainForm)listForm[1]).RefreshBodyView();
|
| | | }
|
| | | //设置全部控件的各种状态状态
|
| | | this.SetAllControlStatu(); |
| | | }
|
| | |
|
| | | #endregion |