mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
足迹未能正常展示问题处理
This commit is contained in:
@@ -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 = [];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user