| | |
| | | bodyView.AddChidren(lineView); |
| | | |
| | | #region 功能介绍 |
| | | var functionView = new ListCellView() |
| | | { |
| | | Y = lineView.Bottom, |
| | | }; |
| | | bodyView.AddChidren(functionView); |
| | | functionView.BtnTilte.TextID = StringId.FunctionIntroduced; |
| | | Action functionAction = () => |
| | | { |
| | | var mPage = new FunctionIntroductionPage(); |
| | | MainPage.BasePageView.AddChidren(mPage); |
| | | mPage.LoadPage(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | }; |
| | | functionView.GoAction = functionAction; |
| | | //var functionView = new ListCellView() |
| | | //{ |
| | | // Y = lineView.Bottom, |
| | | //}; |
| | | //bodyView.AddChidren(functionView); |
| | | //functionView.BtnTilte.TextID = StringId.FunctionIntroduced; |
| | | //Action functionAction = () => |
| | | //{ |
| | | // var mPage = new FunctionIntroductionPage(); |
| | | // MainPage.BasePageView.AddChidren(mPage); |
| | | // mPage.LoadPage(); |
| | | // MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | //}; |
| | | //functionView.GoAction = functionAction; |
| | | #endregion |
| | | |
| | | #region 投诉 |
| | | var complaintsView = new ListCellView() |
| | | { |
| | | Y = functionView.Bottom, |
| | | Y = lineView.Bottom, |
| | | }; |
| | | bodyView.AddChidren(complaintsView); |
| | | complaintsView.BtnTilte.TextID = StringId.Complaints; |