HDL Home App 第二版本 旧平台金堂用 正在使用
chenqiyang
2022-06-22 dc0309e64f02227d8e1468b7326c07955f804612
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection2Form.cs
@@ -38,12 +38,12 @@
            btnNext.ButtonClickEvent += (sender, e) =>
            {
                //如果不是热点模式
                if (HdlWifiLogic.Current.IsMiniGatewayHotspot == false)
                {
                    //请选择hdlZigbeeGW-xxxx网络
                    this.ShowMassage(ShowMsgType.Tip, Language.StringByID(R.MyInternationalizationString.uPleaseSelectGatewayXXNet));
                    return;
                }
                //if (HdlWifiLogic.Current.IsMiniGatewayHotspot == false)
                //{
                //    //请选择hdlZigbeeGW-xxxx网络
                //    this.ShowMassage(ShowMsgType.Tip, Language.StringByID(R.MyInternationalizationString.uPleaseSelectGatewayXXNet));
                //    return;
                //}
                var errorMsg = HdlWifiLogic.Current.StartApTcpConnection();
                if (errorMsg != null)
                {
@@ -56,10 +56,10 @@
                form.AddForm();
            };
            //如果不是Mini网关热点
            if (HdlWifiLogic.Current.IsMiniGatewayHotspot == false)
            {
                btnNext.Visible = false;
            }
            //if (HdlWifiLogic.Current.IsMiniGatewayHotspot == false)
            //{
            //    btnNext.Visible = false;
            //}
            //图片
            var framePic = new FrameLayout();