修改小程序bug
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
let tags = res.data.data
|
||||
if (tags) {
|
||||
for (const item of tags) {
|
||||
console.log('item.cover', item.cover);
|
||||
let tag = item.tags
|
||||
this.tagsArray = tag.split(',')
|
||||
item.tags = this.tagsArray[0]
|
||||
|
||||
Reference in New Issue
Block a user