|
@@ -41,18 +41,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="space-img" v-if="!spaceDetails.Pic">
|
|
|
- <!-- <div class="img-box">
|
|
|
- <img src="https://hbimg.huabanimg.com/2787ad434fc2bc819a5d7deda3855d897a99d528ab4a-e3HRgR_fw658" alt="空间图片">
|
|
|
- </div>
|
|
|
- <div class="img-box">
|
|
|
- <img src="https://hbimg.huabanimg.com/5e4e3239dc7eca56eb92ca612d49d824f022b13621d5a-Ga7voM_fw658" alt="空间图片">
|
|
|
- </div>
|
|
|
- <div class="img-box">
|
|
|
- <img src="https://hbimg.huabanimg.com/60e2a25564f6ac13e7e16a19dcc3e194d565776231347-1Cw8dg_fw658" alt="空间图片">
|
|
|
- </div>
|
|
|
- <div class="img-box">
|
|
|
- <img src="https://hbimg.huabanimg.com/2ea712954c75ff1b1e13329e7e4209f0691b88945c73-JCmkXX_fw658" alt="空间图片">
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
<div v-show="!spaceDetails.Pic" style="height:100%;transform: translateY(50%);textAlign:center;">
|
|
|
<i class="icon-wushuju iconfont"></i>
|
|
@@ -235,7 +223,7 @@ export default {
|
|
|
RoomLocalName: this.spaceDetails.RoomLocalName,
|
|
|
OutLine: this.spaceDetails.Outline,
|
|
|
RoomID: this.spaceDetails.RoomID,
|
|
|
- Color: "#a384fc",
|
|
|
+ Color: "#ca0c16",
|
|
|
}
|
|
|
that.scene.addZoneList([tempArr]);
|
|
|
this.scene.isSpaceSelectable = false;
|