From 23c411ae356fcf763133034b3c41d3a32608bb99 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 22 七月 2020 14:48:55 +0800 Subject: [PATCH] 2020-07-22 1.修复切换住宅,MAC不刷新问题 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs index 782834f..62fe530 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs @@ -75,7 +75,9 @@ TextColor = SkinStyle.Current.TextColor1, //Text = account, #if DEBUG - Text = "crabtreel12019@gmail.com" + //Text = "crabtreel12019@gmail.com" + Text = "paanghal@gmail.com" + #endif }; accountView.AddChidren (etAccount); -- Gitblit v1.8.0