From 7f2d401e502bf89eea7404745c9ff7d103b37a63 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 07 五月 2020 16:06:43 +0800
Subject: [PATCH] 整一个

---
 ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs b/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs
index 859f605..614f21d 100755
--- a/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs
+++ b/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs
@@ -207,7 +207,7 @@
                     {
                         this.RemoveFromParent();
                         CommonPage.Instance.RemoveViewByTag("Login");
-                        UserPage.Instance.Fresh();
+                        UserPage.Instance.ReFreshControl();
                     });
                 });
             };
@@ -851,7 +851,7 @@
                         {
                             this.RemoveFromParent();
                             CommonPage.Instance.RemoveViewByTag("Login");
-                            UserPage.Instance.Fresh();
+                            UserPage.Instance.ReFreshControl();
                         });
                     }
                     else
@@ -1115,7 +1115,7 @@
                     CommonPage.Loading.Hide();
                     this.RemoveFromParent();
                     CommonPage.Instance.RemoveViewByTag("Login");
-                    UserPage.Instance.Fresh();
+                    UserPage.Instance.ReFreshControl();
                 });
                 return;
             }

--
Gitblit v1.8.0