|
@@ -187,6 +187,14 @@
|
|
|
right: 71px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .contentleft>.list {
|
|
|
+ justify-content: flex-start;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contentleft>.list .listitm {
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
@@ -261,29 +269,6 @@
|
|
|
<span>联系方式:</span><span>{{ztcrDetail.contactName?ztcrDetail.contactName:'-'}} {{ztcrDetail.contactPhone}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- <div class="buttontz">
|
|
|
- <span>我要投资</span>
|
|
|
- </div> -->
|
|
|
- <div class="title">
|
|
|
- <img src="images/gyy-title1.png" alt="">
|
|
|
- <span>概况</span>
|
|
|
- </div>
|
|
|
- <div class="gk">
|
|
|
- {{ztcrDetail.introduce}}
|
|
|
- </div>
|
|
|
- <div class="title">
|
|
|
- <img src="images/hyy-yscb.png" alt="">
|
|
|
- <span>要素成本</span>
|
|
|
- </div>
|
|
|
- <div class="tablecon" v-html="ztcrDetail.cost" v-if="ztcrDetail.cost">
|
|
|
- </div>
|
|
|
- <div class="tablecon" style="font-size: 18px;" v-else>暂未公开</div>
|
|
|
- <!-- <div class="title">
|
|
|
- <img src="images/hyy-rzyq.png" alt="">
|
|
|
- <span>入住要求</span>
|
|
|
- </div>
|
|
|
- <div class="tablecon" v-html="ztcrDetail.checkin">
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
<div class="contentright" id="mapcontainer"></div>
|
|
|
</div>
|
|
@@ -314,7 +299,7 @@
|
|
|
ztcrDetail: {},
|
|
|
imgUrl: 'images/slide1.png',
|
|
|
swiperList: [],
|
|
|
- backgroundImage: 'images/indexsyyg.png',
|
|
|
+ backgroundImage: 'image/ztcy.webp',
|
|
|
znptList: '学校,轻轨,公交车站'
|
|
|
}
|
|
|
},
|
|
@@ -335,14 +320,18 @@
|
|
|
spaceBetween: 10
|
|
|
});
|
|
|
})
|
|
|
- if (id == 4) {
|
|
|
- backgroundImage = 'images/bg-npxq.png';
|
|
|
+ if (this.id == 4) {
|
|
|
+ this.backgroundImage = 'image/ztnp.webp';
|
|
|
} else if (this.id == 6) {
|
|
|
- backgroundImage = 'images/bg-dxkjy.png';
|
|
|
+ this.backgroundImage = 'image/ztdx.webp';
|
|
|
} else if (this.id == 5) {
|
|
|
- backgroundImage = 'images/bg-ylcxg.jpg';
|
|
|
+ this.backgroundImage = 'image/ztyl.webp';
|
|
|
+ } else if (this.id == 3) {
|
|
|
+ this.backgroundImage = 'image/ztcjcx.webp';
|
|
|
+ } else if (this.id == 2) {
|
|
|
+ this.backgroundImage = 'image/ztxj.webp';
|
|
|
} else {
|
|
|
- backgroundImage = 'images/indexsyyg.png';
|
|
|
+ this.backgroundImage = 'image/ztcy.webp';
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
@@ -368,7 +357,7 @@
|
|
|
|
|
|
that.swiperList = mdata.imgUrl ? mdata.imgUrl.split(",") : [];
|
|
|
if (!that.swiperList.length) {
|
|
|
- that.swiperList.push(backgroundImage)
|
|
|
+ that.swiperList.push(that.backgroundImage)
|
|
|
}
|
|
|
that.imgUrl = that.swiperList[0];
|
|
|
let points = mdata.parkData.addr;
|