From 3ee2d0d1a8ebe8f53fb3a1e31cc547e39645c335 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 23 七月 2020 16:23:43 +0800 Subject: [PATCH] 2020-07-23 1.移动网络也支持检测。 2.设置菜单页面,增加滑动效果,解决不显示Help按钮问题。 --- 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