|
@@ -850,7 +850,10 @@
|
|
|
that.showLables = false;//隐藏lable
|
|
|
that.scene.remove(...deleList);
|
|
|
}
|
|
|
-
|
|
|
+ if(this.selectSpace){
|
|
|
+ this.changeSpaceColor(this.selectSpace.spaceId,2);//取消上一个空间的颜色
|
|
|
+ this.selectSpace = null;
|
|
|
+ }
|
|
|
|
|
|
this.curHouseObj = _curHouseObj;
|
|
|
setStorage('curHouseObj', this.curHouseObj);
|