From 13cc8662accb689c9f5263d377e3b6e52b932bb8 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 08 四月 2021 18:36:54 +0800 Subject: [PATCH] 2021-04-08 1.删掉测试代码 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs | 27 ++++----------------------- .vs/HDL_APP_Project/xs/UserPrefs.xml | 15 ++++++++------- 2 files changed, 12 insertions(+), 30 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index 3e157e6..21f286a 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,8 +1,10 @@ 锘�<Properties StartupConfiguration="{D998E133-F0DD-4760-BE3C-461632F54DA4}|Default"> - <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneSimulatorTarget.08FD445C-3EE8-4ED2-BF28-B42ADD0DA92C" /> - <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerListPage.cs"> + <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008030-00014C392121802E" /> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs"> <Files> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerListPage.cs" Line="437" Column="36" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerListPage.cs" Line="194" Column="15" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs" Line="1" Column="1" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs" Line="315" Column="17" /> </Files> <Pads> <Pad Id="ProjectPad"> @@ -16,9 +18,8 @@ <Node name="UI" expanded="True"> <Node name="UI2" expanded="True"> <Node name="4-PersonalCenter" expanded="True"> - <Node name="SmartSpeaker" expanded="True"> - <Node name="SmartSpeakerListPage.cs" selected="True" /> - </Node> + <Node name="SmartSpeaker" expanded="True" /> + <Node name="PersonalCenterPageBLL.cs" selected="True" /> </Node> </Node> </Node> @@ -34,7 +35,7 @@ <String>Shared.Droid.TouchID/Shared.Droid.TouchID.csproj</String> <String>Shared.IOS/Shared.IOS.csproj</String> </DisabledProjects> - <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> + <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|iPhone" /> <MonoDevelop.Ide.ItemProperties.HDL-ON__Android PreferredExecutionTarget="Android.Android_Accelerated_Oreo" /> <MonoDevelop.Ide.DebuggingService.Breakpoints> <BreakpointStore /> diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs index 0b28ac8..0427b95 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs @@ -309,29 +309,10 @@ { btnSmartSpeakerText.MouseUpEventHandler = (sender, e) => { - - //var page = new SmartSpeakerListPage(); - //MainPage.BasePageView.AddChidren(page); - //page.LoadPage(); - //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; - - var mList = new List<string>(); - mList.Add("骞夸笢"); - mList.Add("婀栧崡"); - mList.Add("骞胯タ"); - - var mList2 = new List<List<string>>(); - mList2.Add(new List<string> { "骞垮窞", "娣卞湷", "涓滆帪", "浣涘北", "鎯犲窞" }); - mList2.Add(new List<string> { "闀挎矙", "宀抽槼", "鏍床", "鏍床" }); - mList2.Add(new List<string> { "妗傛灄", "鍗楀畞", "鐜夋灄" }); - //PickerView.ShowOneList(mList, null); - - PickerView.ShowSecondary(mList, mList2, (selectIndex1, selectIndex2) => - { - System.Console.WriteLine("selectIndex锛�" + mList[selectIndex1] + " - " + mList2[selectIndex1][selectIndex2]); - - //textView.Text = "selectIndex锛�" + mList[selectIndex1] + " - " + mList2[selectIndex1][selectIndex2]; - }, 1, 3, "璇烽�夋嫨0", "纭0", "鍙栨秷0"); + var page = new SmartSpeakerListPage(); + MainPage.BasePageView.AddChidren(page); + page.LoadPage(); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; }; } #endregion -- Gitblit v1.8.0