修改已知bug1

This commit is contained in:
qq787203167
2022-06-02 14:01:17 +08:00
parent 275981eba8
commit 7469c0a236
2 changed files with 2 additions and 2 deletions
@@ -101,7 +101,7 @@
}
getAction(this.url.timelineList, query).then((res) => {
if (res.success) {
this.getEcharts(time, res.result)
this.getEcharts(time, res.result.reverse())
}
})
},
@@ -238,7 +238,7 @@
}
getAction(this.url.timelineList, query).then((res) => {
if (res.success) {
this.getEcharts(time, res.result)
this.getEcharts(time, res.result.reverse())
}
})
},