diff --git a/pages/statistics/modules/HotlineComplaints/HotlineComplaints.js b/pages/statistics/modules/HotlineComplaints/HotlineComplaints.js index 230cb77..dba92f5 100644 --- a/pages/statistics/modules/HotlineComplaints/HotlineComplaints.js +++ b/pages/statistics/modules/HotlineComplaints/HotlineComplaints.js @@ -43,12 +43,12 @@ Component({ }, tabList: [{ label: "问题突出类别", - value: 1 + value: 'problem' }, { label: '行业领域分析', - value: 2 + value: 'business' }], - tabValue: '' + tabValue: 'problem' }, lifetimes: { ready() { @@ -73,7 +73,8 @@ Component({ let params = { startTime: '', - endTime: '' + endTime: '', + queryType: this.data.tabValue } let now = new Date(); if (this.data.typeCondition === 0) { @@ -111,7 +112,7 @@ Component({ tooltip: { show: true, textStyle: { - color: '#fff', + color: '#000', fontSize: 14 }, formatter(params) { diff --git a/pages/statistics/modules/SmyddcSqmydzc/SmyddcSqmydzc.js b/pages/statistics/modules/SmyddcSqmydzc/SmyddcSqmydzc.js index 437841c..1d073fe 100644 --- a/pages/statistics/modules/SmyddcSqmydzc/SmyddcSqmydzc.js +++ b/pages/statistics/modules/SmyddcSqmydzc/SmyddcSqmydzc.js @@ -145,7 +145,7 @@ Component({ tooltip: { show: true, textStyle: { - color: '#fff', + color: '#000', fontSize: 14 }, formatter(params) {