足迹未能正常展示问题处理

master
Chopper711 2022-07-13 01:15:42 +00:00 committed by Gitee
parent 954cd1cda9
commit 34788d800e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export default {
tracksList(this.params).then((res) => { tracksList(this.params).then((res) => {
this.spinShow = false; this.spinShow = false;
if (res.success && res.result) { if (res.success && res.result) {
this.list = res.result; this.list = res.result.records;
} else { } else {
this.list = []; this.list = [];
} }