|
@@ -5,10 +5,10 @@
|
|
|
<meta http-equv="X-UA-Compatible" content="IE=edge" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
- <title>安徽省刷制品质量监督检验中心</title>
|
|
|
- <meta name="keywords" content="安徽省刷制品质量监督检验中心">
|
|
|
+ <title>刷制品质量监督检验中心</title>
|
|
|
+ <meta name="keywords" content="刷制品质量监督检验中心">
|
|
|
<meta name="description"
|
|
|
- content="安徽省刷制品质量监督检验中心">
|
|
|
+ content="刷制品质量监督检验中心">
|
|
|
<script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script>
|
|
|
<script type="text/javascript" src="static/js/vue-router.js"></script>
|
|
|
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
|
|
@@ -39,7 +39,7 @@
|
|
|
|
|
|
<!-- <script src='static/js/time.js'></script> -->
|
|
|
<div class='loca'>
|
|
|
- <span> 欢迎访问 安徽省刷制品质量监督检验中心 ! 今天{{date_show}} {{week}}</span>
|
|
|
+ <span> 欢迎访问 刷制品质量监督检验中心 ! 今天{{date_show}} {{week}}</span>
|
|
|
</div>
|
|
|
<div class='srch'><input type='text' class='tt' placeholder='输入要查找的信息' v-model="inpute"
|
|
|
@blur="inpubie" /> <img src='static/picture/icon_ztl_ss@2x.png' @click="nhyesee">
|
|
@@ -181,7 +181,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="'hydt.html?id=' + items.newsId + '&titel=' + item.columnName" >{{items.newsTitle}}</a>
|
|
|
+ <a :href="'jgjj.html?id=' + items.newsId + '&titel=' + item.columnName" >{{items.newsTitle}}</a>
|
|
|
</p>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -222,9 +222,9 @@
|
|
|
<img :src="item.newsImage == null? 'static/picture/pic_jcfw_gys@2x.png' : item.newsImage == undefined ? 'static/picture/pic_jcfw_gys@2x.png' : 'http://118.31.23.65:5001' + '/dev-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(item.newsId)">查看详情</p>
|
|
|
+ <p class="ol" @click="gentg(jiance.columnId)">查看详情</p>
|
|
|
</div>
|
|
|
- <div class="shoutoa" v-if="!boofa">
|
|
|
+ <!-- <div class="shoutoa" v-if="!boofa">
|
|
|
<img src="static/picture/pic_jcfw_gys@2x.png" alt="">
|
|
|
<span>工业刷</span>
|
|
|
<p style="height: 48px;">环卫刷简介文字简介文字环卫刷简介文字简介文字环卫刷简介文字简介文字环卫刷简介文字简介文字...</p>
|
|
@@ -241,12 +241,12 @@
|
|
|
<span>文玩刷</span>
|
|
|
<p style="height: 48px;">环卫刷简介文字简介文字环卫刷简介文字简介文字环卫刷简介文字简介文字环卫刷简介文字简介文字...</p>
|
|
|
<p class="ol">查看详情</p>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="shoutoa njue" >
|
|
|
<img src="static/picture/pic_jcfw_more@2x.png" alt="">
|
|
|
<span>更多</span>
|
|
|
<p style="height: 48px;">更多内容请点击查看详情</p>
|
|
|
- <p class="ol" @click="gentg(null)">查看详情</p>
|
|
|
+ <p class="ol" @click="gentg(jiance.columnId)">查看详情</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -313,7 +313,7 @@
|
|
|
newsxq:[],
|
|
|
newsxqde:[],
|
|
|
bootewfr:[],
|
|
|
- jiance:[],
|
|
|
+ jiance:{},
|
|
|
boofa:false,
|
|
|
dueus:[],
|
|
|
dheyw:'',
|
|
@@ -523,7 +523,7 @@
|
|
|
console.log(res.data[0].puhese,34567)
|
|
|
})
|
|
|
that.dueus = res.data[0].puhese
|
|
|
- that.jiance = res.data
|
|
|
+ that.jiance = res.data[0]
|
|
|
}
|
|
|
|
|
|
} else {
|