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

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -781,6 +781,7 @@ function side_list() {
},
error: function () {
ShowDanger("error");
console.log('side.js有问题')
}
})
@@ -816,6 +817,7 @@ function side_list() {
},
error: function () {
ShowDanger("error");
console.log('side.js消息有问题')
}
})