|
|
@ -304,7 +304,7 @@ export default { |
|
|
|
this.mounth = this.$dayjs(date).format('M'); |
|
|
|
this.data=this |
|
|
|
this.inspRecord() |
|
|
|
this.newsTrends() |
|
|
|
// this.newsTrends() |
|
|
|
|
|
|
|
this.guidecategorylists() |
|
|
|
var that = this; |
|
|
@ -361,24 +361,24 @@ methods: { |
|
|
|
|
|
|
|
}, |
|
|
|
//轮播 |
|
|
|
newsTrends() { |
|
|
|
let parm = { |
|
|
|
"title": "", |
|
|
|
"releaseTime": "", |
|
|
|
"columnId": 0, |
|
|
|
"online": 0 |
|
|
|
} |
|
|
|
newsTrends(parm).then(res => { |
|
|
|
// res.data.list.unshift({ |
|
|
|
// coverImg: "https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/internal/20240927/087bb3a330a6494b9b09b5341c309ced.png", |
|
|
|
// title: null |
|
|
|
// }); |
|
|
|
this.noticeList=res.data.list.map(item => item.title), |
|
|
|
this.noticeText=res.data.list[0].title || '', |
|
|
|
this.noticeListOrg=res.data.list |
|
|
|
// }) |
|
|
|
}) |
|
|
|
}, |
|
|
|
// newsTrends() { |
|
|
|
// let parm = { |
|
|
|
// "title": "", |
|
|
|
// "releaseTime": "", |
|
|
|
// "columnId": 0, |
|
|
|
// "online": 0 |
|
|
|
// } |
|
|
|
// newsTrends(parm).then(res => { |
|
|
|
// // res.data.list.unshift({ |
|
|
|
// // coverImg: "https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/internal/20240927/087bb3a330a6494b9b09b5341c309ced.png", |
|
|
|
// // title: null |
|
|
|
// // }); |
|
|
|
// this.noticeList=res.data.list.map(item => item.title), |
|
|
|
// this.noticeText=res.data.list[0].title || '', |
|
|
|
// this.noticeListOrg=res.data.list |
|
|
|
// // }) |
|
|
|
// }) |
|
|
|
// }, |
|
|
|
async inspRecord() { |
|
|
|
let parm = { |
|
|
|
pageSize:this.pageSize, |
|
|
|