HDL Home App 第二版本 旧平台金堂用 正在使用
chenqiyang
2022-08-26 dfcb2a1844fd55b57bae23e290b30ec6380e8508
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs
@@ -42,12 +42,12 @@
            btnNext.ButtonClickEvent += (sender, e) =>
            {
                //如果还是热点模式
                if (HdlWifiLogic.Current.IsMiniGatewayHotspot == true)
                {
                    //请链接家庭Wifi
                    this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uPleaseLinkHomeWifi));
                    return;
                }
                //if (HdlWifiLogic.Current.IsMiniGatewayHotspot == true)
                //{
                //    //请链接家庭Wifi
                //    this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uPleaseLinkHomeWifi));
                //    return;
                //}
                this.CloseForm();
                var form = new MiniGatewaySearchForm();
                form.AddForm();