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

This commit is contained in:
Chopper711
2022-07-13 01:15:42 +00:00
committed by Gitee
parent 954cd1cda9
commit 34788d800e

View File

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