|
@@ -131,7 +131,7 @@
|
|
|
您的浏览器不支持 video元素。
|
|
|
</video>
|
|
|
</div>
|
|
|
- <p style="color: #fff; font-size: 14px; padding-left: 20px; position: relative;bottom:30px; background-color: #000000; opacity: .5; height: 30px; line-height: 30px;">{{item.imageName}}</p>
|
|
|
+ <p style="color: #fff; font-size: 14px; padding-left: 20px; position: relative;bottom:30px; background-color: #000000; opacity: .5; height: 30px; line-height: 30px;">{{item.imageIntroduce}}</p>
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
</li>
|
|
@@ -222,7 +222,7 @@
|
|
|
<img :src="item.newsImage == null? 'static/picture/pic_jcfw_gys@2x.png' : item.newsImage == undefined ? 'static/picture/pic_jcfw_gys@2x.png' : 'https://jyzx.qs163.cn' + '/prod-api'+ item.newsImage " alt="">
|
|
|
<span style="width:100%; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; text-align: center;">{{item.newsTitle == null? '暂无数据' :item.newsTitle }}</span>
|
|
|
<p style="height: 48px;">{{item.newsContent == null? '暂无数据' : item.newsContent}}</p>
|
|
|
- <p class="ol" @click="gentg(jiance.columnId)">查看详情</p>
|
|
|
+ <p class="ol" @click="gentg(item.newsId)">查看详情</p>
|
|
|
</div>
|
|
|
<!-- <div class="shoutoa" v-if="!boofa">
|
|
|
<img src="static/picture/pic_jcfw_gys@2x.png" alt="">
|
|
@@ -246,7 +246,7 @@
|
|
|
<img src="static/picture/pic_jcfw_more@2x.png" alt="">
|
|
|
<span>更多</span>
|
|
|
<p style="height: 48px;">更多内容请点击查看详情</p>
|
|
|
- <p class="ol" @click="gentg(jiance.columnId)">查看详情</p>
|
|
|
+ <p class="ol" @click="gentgs(jiance.columnId)">查看详情</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -609,14 +609,11 @@
|
|
|
},
|
|
|
// 底部查看更多
|
|
|
gentg(index){
|
|
|
- if(index){
|
|
|
// console.log(index,34)
|
|
|
- window.location.href = 'jcfanw.html?id=' + index
|
|
|
- }else{
|
|
|
- // console.log(234)
|
|
|
- window.location.href = 'jcfanw.html'
|
|
|
- }
|
|
|
-
|
|
|
+ window.location.href = 'jgjj.html?id=' + index +'&titel=监测范围'
|
|
|
+ },
|
|
|
+ gentgs(){
|
|
|
+ window.location.href = 'jcfanw.html'
|
|
|
},
|
|
|
nhyeskf(){
|
|
|
window.location.href="djdt.html?" +'&titel=头条' + '&ntitel=头条' + '&openMode=0'
|