From a4d0a03f3f87fcb5e4485e98a1f7b1a119c26eab Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 28 四月 2021 11:27:55 +0800
Subject: [PATCH] 121-04-28-2
---
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
index 0f99ead..c549836 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
@@ -260,11 +260,12 @@
{
EventHandler<MouseEventArgs> eventHandler = (sender, e) =>
{
- var page = new AddThirdPartyBrandListpage(); //new BrandListPage();
+
+ var page = new BrandListPage();// AddThirdPartyBrandListpage(); // BrandListPage();
MainPage.BasePageView.AddChidren(page);
page.LoadPage();
MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
- //鑾峰彇鍒楄〃
+ ////鑾峰彇鍒楄〃
//HDL_ON.UI.UI2.PersonalCenter.PirDevice.Method.GetPirDeviceList(this, () =>
//{
// Application.RunOnMainThread(() =>
--
Gitblit v1.8.0