From 22ee144c03ad035eefcbc5c128b049237002edfb Mon Sep 17 00:00:00 2001 From: CUIYUWEI Date: Mon, 13 Sep 2021 09:41:09 +0800 Subject: [PATCH] =?UTF-8?q?[mod]=E4=BF=AE=E6=94=B9=E9=80=89=E7=A7=91?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moduleCom/educationalWisdom/chooseStatisticsSmall.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/chooseStatisticsSmall.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/chooseStatisticsSmall.vue index e659e3b..79465ae 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/chooseStatisticsSmall.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/educationalWisdom/chooseStatisticsSmall.vue @@ -219,6 +219,7 @@ }],(result)=> { if(result[0].data.success){ if(type!=='1'){ + console.log("走了吗走了吗走了吗") this.lineFlag = true; let data=result[0].data; let yName=[]; @@ -230,7 +231,6 @@ let political=[]; let history=[]; let geography=[]; - let imgArr=[Physical,Chemistry,Biology,Political,History,Geography]; if(data.returnList.length!==0){ data.returnList.forEach((item)=>{ yName.push(item.year); @@ -259,7 +259,7 @@ if(index===5){ geography.push(itemIn.count); } - list.push({name:itemIn.course_name,value:index,src:imgArr[index],count:index===0?physical.toString():index===1?chemistry.toString():index===2?biology.toString():index===3?political.toString():index===4?history.toString():geography.toString()}); + list.push({name:itemIn.course_name,value:index,count:index===0?physical.toString():index===1?chemistry.toString():index===2?biology.toString():index===3?political.toString():index===4?history.toString():geography.toString()}); this.singleSubject.xAxisData=xName; this.singleSubject.list=list; });