From b4bb337bdce4d09473a45610e09350056326c87a Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 12 八月 2020 11:30:36 +0800
Subject: [PATCH] 2020-08-12 1.去掉加密相关代码,解决客户反馈Google Play上架不了。

---
 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