|
@@ -749,6 +749,15 @@ export default {
|
|
|
if (this.answerRedPackMoneyViewerChart) this.answerRedPackMoneyViewerChart.resize();
|
|
|
});
|
|
|
}
|
|
|
+ if(this.selectedDiv === 0){
|
|
|
+ this.handleViewChartData()
|
|
|
+ this.handleDealerChartData()
|
|
|
+ } else if(this.selectedDiv === 1) {
|
|
|
+ this.handleCourseWatchChart()
|
|
|
+ } else if(this.selectedDiv === 2) {
|
|
|
+ this.handleAnswerRedPackViewerChart()
|
|
|
+ this.handleAnswerRedPackMoneyViewerChart()
|
|
|
+ }
|
|
|
},
|
|
|
formatDate(date) {
|
|
|
return dayjs(date).format('YYYY-MM-DD');
|