Commit b71975f8 authored by youjie's avatar youjie

no message

parent 300e5649
......@@ -215,7 +215,7 @@
</template>
</el-table-column>
<template slot="append">
<div style="display: flex;padding: 5px;color: black;text-indent: 5px;font-weight: bold;">
<div style="display: flex;padding: 5px;color: black;text-indent: 5px;font-weight: bold;" v-if=" totalObj">
<div style="width: 200px;color: black;">{{totalObj.AccountName}}</div>
<div style="width: 130px;"></div>
<div style="width: 90px;color: black;">{{totalObj.FansNum}}</div>
......@@ -335,7 +335,7 @@
</template>
</el-table-column>
<template slot="append">
<div style="display: flex;padding: 5px;color: black;text-indent: 5px;font-weight: bold;">
<div style="display: flex;padding: 5px;color: black;text-indent: 5px;font-weight: bold;" v-if=" totalObj">
<div style="width: 200px;color: black;">{{totalObj.AccountName}}</div>
<div style="width: 130px;"></div>
<div style="width: 90px;color: black;">{{totalObj.FansNum}}</div>
......@@ -467,7 +467,7 @@
</template>
</el-table-column>
<template slot="append">
<div style="display: flex;padding: 5px;color: black;text-indent: 5px;font-weight: bold;">
<div style="display: flex;padding: 5px;color: black;text-indent: 5px;font-weight: bold;" v-if=" totalObj">
<div style="width: 200px;color: black;">{{totalObj.AccountName}}</div>
<div style="width: 130px;"></div>
<div style="width: 90px;color: black;">{{totalObj.FansNum}}</div>
......@@ -1240,7 +1240,6 @@
this.dataList = JSON.parse(JSON.stringify(this.primitiveData));
this.dataList.pop()
this.totalObj = this.primitiveData.slice(-1)[0]
console.log(this.totalObj,'======')
}if(res.data.data.RankList){
this.RankList = res.data.data.RankList;
}if(res.data.data.RateList){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment