From 5777c367f53c758546211d5f7f40a27f0b11c660 Mon Sep 17 00:00:00 2001
From: lss <lsc@hdlchina.com.cn>
Date: 星期二, 26 四月 2022 18:02:03 +0800
Subject: [PATCH] 2022-4-26

---
 ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs
index 6b33c67..6ba380d 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs
@@ -42,12 +42,12 @@
             btnNext.ButtonClickEvent += (sender, e) =>
             {
                 //濡傛灉杩樻槸鐑偣妯″紡
-                if (HdlWifiLogic.Current.IsMiniGatewayHotspot == true)
-                {
-                    //璇烽摼鎺ュ搴璚ifi
-                    this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uPleaseLinkHomeWifi));
-                    return;
-                }
+                //if (HdlWifiLogic.Current.IsMiniGatewayHotspot == true)
+                //{
+                //    //璇烽摼鎺ュ搴璚ifi
+                //    this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uPleaseLinkHomeWifi));
+                //    return;
+                //}
                 this.CloseForm();
                 var form = new MiniGatewaySearchForm();
                 form.AddForm();

--
Gitblit v1.8.0