更新10.15
This commit is contained in:
parent
977648f815
commit
2670baba28
@ -551,7 +551,6 @@ export default {
|
|||||||
// 首页数据统计
|
// 首页数据统计
|
||||||
const times = this.dataCount.oilData.map(item => item.time);
|
const times = this.dataCount.oilData.map(item => item.time);
|
||||||
const count = [];
|
const count = [];
|
||||||
|
|
||||||
for (let i = 0; i < this.dataCount.oilNames.length; i++) {
|
for (let i = 0; i < this.dataCount.oilNames.length; i++) {
|
||||||
let a = {
|
let a = {
|
||||||
name: this.dataCount.oilNames[i],
|
name: this.dataCount.oilNames[i],
|
||||||
@ -576,7 +575,6 @@ export default {
|
|||||||
|
|
||||||
// 首页数据展示
|
// 首页数据展示
|
||||||
const showTimes = this.dataShows.oilData.map(item => item.day);
|
const showTimes = this.dataShows.oilData.map(item => item.day);
|
||||||
// console.log('showTimes', showTimes)
|
|
||||||
const showCount = [];
|
const showCount = [];
|
||||||
for (let i = 0; i < this.dataShows.oilNames.length; i++) {
|
for (let i = 0; i < this.dataShows.oilNames.length; i++) {
|
||||||
let a = {
|
let a = {
|
||||||
|
Loading…
Reference in New Issue
Block a user