修改小程序bug
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
//获取行业新闻详情
|
||||
getNewsDetail() {
|
||||
this.$apiServe.getNewsDetail(this.id).then(res => {
|
||||
// console.log('新闻详情页', res.data.data)
|
||||
if (res.data.data) {
|
||||
let detail = res.data.data
|
||||
detail.pub_time = dateFormatXwDetail(detail.pub_time)
|
||||
|
||||
Reference in New Issue
Block a user