Browse Source

20220527

pull/81/head
xiaoz 2 years ago
parent
commit
800196014c
  1. 2
      templates/admin/setting/subscribe.php

2
templates/admin/setting/subscribe.php

@ -175,7 +175,7 @@ @@ -175,7 +175,7 @@
var element = layui.element;
$("#progress").show();
element.progress('update_progress', progress);
$("#msg").text(msg);
$("#msg").html(msg);
});
}

Loading…
Cancel
Save