|
@@ -124,7 +124,7 @@
|
|
|
<li>
|
|
|
<el-carousel trigger="click" height="410px" class="hdyelaie" :autoplay ="true" indicator-position="none" v-if='imalisesmli.length'>
|
|
|
<el-carousel-item v-for="item,index in imalisesmli" :key="item.newsId" >
|
|
|
- <a :href="item.reprintUrl?'item.reprintUrl':'jgjj.html?id=' + item.newsId + '&titel=' + item.newsTitle">
|
|
|
+ <a :href="item.reprintUrl?item.reprintUrl:'jgjj.html?id=' + item.newsId + '&titel=' + item.newsTitle">
|
|
|
<img style="width: 100%; height: 100%;"
|
|
|
:src="item.newsImage?'https://jyzx.qs163.cn' + '/prod-api' + item.newsImage:'https://jyzx.qs163.cn/prod-api/profile/upload/2022/01/21/caa82e76-5dc8-4dd8-a903-e4fa6a438eb8.png'" alt="" v-if="item.jeuhse == false">
|
|
|
</a>
|
|
@@ -162,7 +162,7 @@
|
|
|
<li v-for="item,index in newsxq" :key="index +'' + 'l'">
|
|
|
<p class="cf">
|
|
|
<span class="fr"><small>{{item.createTime}}</small></span>
|
|
|
- <a :href="item.reprintUrl?'item.reprintUrl':'jgjj.html?id=' + item.newsId + '&titel=' + dheyw">{{item.newsTitle}}
|
|
|
+ <a :href="item.reprintUrl?item.reprintUrl:'jgjj.html?id=' + item.newsId + '&titel=' + dheyw">{{item.newsTitle}}
|
|
|
</a>
|
|
|
</p>
|
|
|
</li>
|
|
@@ -191,7 +191,7 @@
|
|
|
<li v-for="items,index in item.columnNewsList" :key="items.newsId" >
|
|
|
<p class="cf">
|
|
|
<span class="fr"><small>{{items.createTime}}</small></span>
|
|
|
- <a :href="item.reprintUrl?'item.reprintUrl':'jgjj.html?id=' + items.newsId + '&titel=' + item.columnName" >{{items.newsTitle}}</a>
|
|
|
+ <a :href="item.reprintUrl?item.reprintUrl:'jgjj.html?id=' + items.newsId + '&titel=' + item.columnName" >{{items.newsTitle}}</a>
|
|
|
</p>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -680,7 +680,8 @@
|
|
|
if(e&&e.reprintUrl){
|
|
|
window.location.href=e.reprintUrl
|
|
|
}else{
|
|
|
- window.location.href="djdt.html?" +'&titel=头条' + '&ntitel=头条' + '&openMode=0'
|
|
|
+ // 头条跳转
|
|
|
+ window.location.href="jgjj.html?id="+e.newsId +'&titel=头条'
|
|
|
}
|
|
|
},
|
|
|
// 网上送检跳转
|