Commit d1d23b0c by kyle

学习明细如果没有不再调用接口

parent aec93715
...@@ -167,8 +167,10 @@ ...@@ -167,8 +167,10 @@
} }
this.chartData.categories = categories; this.chartData.categories = categories;
this.chartData.series = [{name:'月',data:data}]; this.chartData.series = [{name:'月',data:data}];
if(this.studyInfos){
this.userStudyTime(); this.userStudyTime();
} }
}
}) })
}, },
userCoursePackBar(packFileId,orderId,state){ userCoursePackBar(packFileId,orderId,state){
......
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