修改pc足迹以及nav显示遮罩问题

This commit is contained in:
学习很差啦
2022-07-19 16:28:40 +08:00
parent 4ecb41e9a2
commit 8d5f4db494
2 changed files with 2 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ export default {
}
this.loading = true
tracksList(params).then(res => {
this.tracksList = res.result
this.tracksList = res.result.records
this.loading = false
}).catch(() => { this.loading = false })
}