This commit is contained in:
2025-07-10 18:02:33 +08:00
parent 84abe670e9
commit 3bbf6675dd
9 changed files with 1092 additions and 886 deletions

View File

@@ -1199,8 +1199,10 @@ function renderMap(height,callback) {
}],
};
worldChart.setOption(option);
callback();
if(callback){
callback();
}
} else {
// ShowDanger("请求失败!");
}