token已存入Storage, 认证厂家详情接口初步完成
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
methods: {
|
||||
getNews() {
|
||||
this.$apiServe.getNews().then(res => {
|
||||
console.log('行业新闻', res.data.data)
|
||||
// console.log('行业新闻', res.data.data)
|
||||
for (const item of res.data.data) {
|
||||
item.pub_time_str = dateFormat(item.pub_time_str)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user