From bba578c2f0acf2eca747edcb69426771e0cadd32 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期一, 23 三月 2020 18:20:50 +0800
Subject: [PATCH] 2020-03-23-3
---
ZigbeeApp/Shared/Phone/Login/AccountLogin.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/Login/AccountLogin.cs b/ZigbeeApp/Shared/Phone/Login/AccountLogin.cs
old mode 100755
new mode 100644
index 065cd53..bf17f89
--- a/ZigbeeApp/Shared/Phone/Login/AccountLogin.cs
+++ b/ZigbeeApp/Shared/Phone/Login/AccountLogin.cs
@@ -734,12 +734,12 @@
{
if (phoneOrEmail == "Phone")
{
- if (phoneRow != null)
+ if (phoneRow != null)
{
phoneRow.Visible = true;
phonePwdRow.Visible = true;
if (emailRow != null)
- {
+ {
emailRow.Visible = false;
emailPwdRow.Visible = false;
}
@@ -763,8 +763,8 @@
{
emailRow.Visible = true;
emailPwdRow.Visible = true;
- if (phoneRow != null)
- {
+ if (phoneRow != null)
+ {
phoneRow.Visible = false;
phonePwdRow.Visible = false;
}
--
Gitblit v1.8.0