mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
Update home.component.ts
This commit is contained in:
parent
0016bf4290
commit
c004252e44
@ -144,10 +144,11 @@ export class HomeComponent implements OnInit {
|
|||||||
name: this.provinceTableData[i].name,
|
name: this.provinceTableData[i].name,
|
||||||
itemStyle: { color: this.mapColor.length - 1 }
|
itemStyle: { color: this.mapColor.length - 1 }
|
||||||
});
|
});
|
||||||
if (maxMapCount < this.provinceMapData[i].reportcount) {
|
if (maxMapCount < this.provinceMapData[i].value) {
|
||||||
maxMapCount = this.provinceMapData[i].reportcount;
|
maxMapCount = this.provinceMapData[i].value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log(`maxMapCount ${maxMapCount}`);
|
||||||
if (maxMapCount <= 100) {
|
if (maxMapCount <= 100) {
|
||||||
//100以内
|
//100以内
|
||||||
this.mapSplitList = [
|
this.mapSplitList = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user