diff --git a/src/views/next/screen-content-left/zdyf-left/index.vue b/src/views/next/screen-content-left/zdyf-left/index.vue index 1bda716..64a864f 100644 --- a/src/views/next/screen-content-left/zdyf-left/index.vue +++ b/src/views/next/screen-content-left/zdyf-left/index.vue @@ -283,10 +283,8 @@ export default { deduplicationJs (arr) { const data = [] arr.forEach((item, index) => { - if ((index + 1) % 2 === 0) { const num = item.AvgPrice data.push({ ...item, price: num }) - } }) return data }, @@ -294,7 +292,6 @@ export default { prcCollectionListForGov({ ...this.params, ...data }).then((res) => { if (res.priceslist.length > 0) { this.dayList = res.priceslist.filter(item => item.CategoryName == '蔬菜') - console.log(this.dayList) this.getDayScTData() } else { this.times = this.$moment(this.times)