修改bug
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
getHistoryOrCollection() {
|
||||
this.$apiServe.getHistoryOrCollection(this.type).then(res => {
|
||||
let data = res.data.data
|
||||
console.log('浏览记录或收藏', res.data);
|
||||
if (data) {
|
||||
for (const item of data) {
|
||||
let tag = item.tags
|
||||
|
||||
Reference in New Issue
Block a user