修改已知bug1
This commit is contained in:
@@ -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())
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user