JLChen
2021-01-06 f60ce72c3c29c7d31a046795c88ec39a69e73d45
Crabtree/SmartHome/UI/SimpleControl/EquipmentPublicClass.cs
@@ -166,8 +166,7 @@
                        //5.能远程
                        if (canRemote) {
                            if (!CommonPage.IsRemote) {
                                if (UserConfig.Instance.CheckHomeGateways ()) {
                                    if (!string.IsNullOrEmpty (UserConfig.Instance.CurrentRegion.HomeGateways [0].GatewayUniqueId)) {
                                if (UserConfig.Instance.CheckHomeGatewaysNotEmpty ()) {
                                        // 5.1能远程,显示CloudUnlink状态,IsRemote设为true开始远程
                                        //MainPage.AddTip ("Please wait, starting remote connection...");
                                        //MainPage.LoadingStart ("Please wait, starting remote connection...");
@@ -180,7 +179,6 @@
                                        SmartHome.MqttCommon.InitState ();
                                        Utlis.ShowAppLinkStatus (AppLinkStatus.CloudUnlink);
                                    }
                                }
                            }