dengjie :解决点赞、收藏、客服电话等问题
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
getHistoryOrCollection() {
|
||||
this.$apiServe.getHistoryOrCollection(this.type).then(res => {
|
||||
let data = res.data.data
|
||||
console.log('历史记录或收藏', data);
|
||||
for (const item of data) {
|
||||
let tag = item.tags
|
||||
this.tagsArray = tag.split(',')
|
||||
@@ -81,7 +82,6 @@
|
||||
item.create_time = dateFormatHistory(item.create_time)
|
||||
}
|
||||
this.productList = data
|
||||
console.log('获取历史记录', this.productList);
|
||||
}).finally(_ => {
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user