Browse Source

修改统计字体颜色和传参

jw-featrue-zhanlibiao
战立标 2 years ago
parent
commit
156556bb57
  1. 11
      pages/statistics/modules/HotlineComplaints/HotlineComplaints.js
  2. 2
      pages/statistics/modules/SmyddcSqmydzc/SmyddcSqmydzc.js

11
pages/statistics/modules/HotlineComplaints/HotlineComplaints.js

@ -43,12 +43,12 @@ Component({
}, },
tabList: [{ tabList: [{
label: "问题突出类别", label: "问题突出类别",
value: 1 value: 'problem'
}, { }, {
label: '行业领域分析', label: '行业领域分析',
value: 2 value: 'business'
}], }],
tabValue: '' tabValue: 'problem'
}, },
lifetimes: { lifetimes: {
ready() { ready() {
@ -73,7 +73,8 @@ Component({
let params = { let params = {
startTime: '', startTime: '',
endTime: '' endTime: '',
queryType: this.data.tabValue
} }
let now = new Date(); let now = new Date();
if (this.data.typeCondition === 0) { if (this.data.typeCondition === 0) {
@ -111,7 +112,7 @@ Component({
tooltip: { tooltip: {
show: true, show: true,
textStyle: { textStyle: {
color: '#fff', color: '#000',
fontSize: 14 fontSize: 14
}, },
formatter(params) { formatter(params) {

2
pages/statistics/modules/SmyddcSqmydzc/SmyddcSqmydzc.js

@ -145,7 +145,7 @@ Component({
tooltip: { tooltip: {
show: true, show: true,
textStyle: { textStyle: {
color: '#fff', color: '#000',
fontSize: 14 fontSize: 14
}, },
formatter(params) { formatter(params) {

Loading…
Cancel
Save