From 9d65c293924e4edbbc8c6c6091f55d7fc49c23eb Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期二, 06 七月 2021 13:15:46 +0800
Subject: [PATCH] 乐橙子账号token
---
HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs
index cc2daf6..331dc4a 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/AccountBindInfoPage.cs
@@ -9,8 +9,15 @@
/// </summary>
public partial class AccountBindInfoPage : FrameLayout
{
+ /// <summary>
+ ///
+ /// </summary>
FrameLayout bodyView;
+ /// <summary>
+ ///
+ /// </summary>
Action<string> action;
+
/// <summary>
/// 淇淇℃伅鐨勭被鍨�
/// 1:閭锛�2:鎵嬫満
@@ -20,6 +27,10 @@
/// 鐣岄潰鏍囬
/// </summary>
int titleId;
+
+ /// <summary>
+ ///
+ /// </summary>
public AccountBindInfoPage()
{
bodyView = this;
@@ -72,7 +83,7 @@
Y = Application.GetRealHeight(213),
Gravity = Gravity.CenterHorizontal,
Width = Application.GetRealWidth(220),
- Height = Application.GetRealHeight(44),
+ Height = Application.GetRealWidth(44),
BackgroundColor = CSS_Color.MainColor,
TextAlignment = TextAlignment.Center,
TextColor = CSS_Color.MainBackgroundColor,
@@ -118,7 +129,7 @@
EventHandler<MouseEventArgs> eventHandler = (sender, e) =>
{
var cbe = new ChangeBindAccountPage();
- cbe.isUnbind = false;
+ cbe.IsUnbind = false;
MainPage.BasePageView.AddChidren(cbe);
if (optionType == 1)
{
@@ -141,7 +152,7 @@
EventHandler<MouseEventArgs> eventHandler = (sender, e) =>
{
var cbe = new ChangeBindAccountPage();
- cbe.isUnbind = true;//鏄惁涓鸿В缁戞爣璁�
+ cbe.IsUnbind = true;//鏄惁涓鸿В缁戞爣璁�
MainPage.BasePageView.AddChidren(cbe);
if (optionType == 1)
{
--
Gitblit v1.8.0