ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/BelongAreaControl.cs
@@ -144,11 +144,15 @@ //右箭头 this.AddRightArrow(); this.ButtonClickEvent += (sender, e) => //如果当前是展示模板,则需要处理 if (Common.Config.Instance.Home.IsShowTemplate == false) { //区域选择 this.ShowSelectRoom(btnTextView, i_caption); }; this.ButtonClickEvent += (sender, e) => { //区域选择 this.ShowSelectRoom(btnTextView, i_caption); }; } } #endregion @@ -169,6 +173,8 @@ txtView.Text = selectName; //调用回调函数 this.SelectRoomEvent?.Invoke(RoomKey); //上传空间区域信息 HdlRoomLogic.Current.SetRoomInfoToGateway(); }); if (result == false) {