This commit is contained in:
liuye
2024-01-23 11:07:10 +08:00
parent 74f31b61d2
commit e45d794128

View File

@@ -156,7 +156,7 @@ export default {
}
}).then(res => {
if (res?.data) {
this.info = res.data
this.info.trend = res.data
var trendX = []
this.totalEcount = 0
this.info.trend.map((item) => {
@@ -190,7 +190,7 @@ export default {
}
}).then(res => {
if (res?.data) {
this.info.ranking = res.data
this.info.ranking = res.data.ranking
// var trendX = []
// this.totalEcount = 0
// this.info.trend.map((item) => {