| | |
| | | public string str1; |
| | | |
| | | Dictionary<string, string> timeBucketConditionsInfo = new Dictionary<string, string>(); |
| | | public void Show() |
| | | public void Show(bool _if=false) |
| | | { |
| | | |
| | | #region 上面的布局代码 |
| | |
| | | } |
| | | |
| | | //LogicIfon.logicIfon.Addconditions(timeBucketConditionsInfo,timeBucketConditionsInfo.Type); |
| | | if (_if) { |
| | | //跳到S-one门锁 |
| | | var oneLogic = new OneLogic { }; |
| | | UserView.HomePage.Instance.AddChidren(oneLogic); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | oneLogic.Show(false); |
| | | |
| | | var logicCommunalPage = new LogicCommunalPage { }; |
| | | UserView.HomePage.Instance.AddChidren(logicCommunalPage); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | logicCommunalPage.Show(() => { }); |
| | | } |
| | | else |
| | | { |
| | | var logicCommunalPage = new LogicCommunalPage { }; |
| | | UserView.HomePage.Instance.AddChidren(logicCommunalPage); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | logicCommunalPage.Show(() => { }); |
| | | } |
| | | }; |
| | | } |
| | | |