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: [{
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) {

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

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

Loading…
Cancel
Save