统计
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.info = res.data
|
this.info.trend = res.data
|
||||||
var trendX = []
|
var trendX = []
|
||||||
this.totalEcount = 0
|
this.totalEcount = 0
|
||||||
this.info.trend.map((item) => {
|
this.info.trend.map((item) => {
|
||||||
@@ -190,7 +190,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.info.ranking = res.data
|
this.info.ranking = res.data.ranking
|
||||||
// var trendX = []
|
// var trendX = []
|
||||||
// this.totalEcount = 0
|
// this.totalEcount = 0
|
||||||
// this.info.trend.map((item) => {
|
// this.info.trend.map((item) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user