瀏覽代碼

首页统计

xdd 1 月之前
父節點
當前提交
b115a94a60
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/views/statistics/index.vue

+ 9 - 0
src/views/statistics/index.vue

@@ -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');