Merged conflicts

This commit is contained in:
BelPE 2022-12-02 14:52:02 +08:00
commit b4636c8595

View File

@ -25,6 +25,7 @@ function getData() {
if (!(msg == '')) {
$('#wt1').empty();
$('#wt1').css("display","block");
$('#wt1').css("display","block");
$('#wt1').append(msg);
} else {
console.log(msg);