pull/159/head
Spirit 2019-12-06 14:16:14 +08:00
parent 116d039743
commit c1f315e50c
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ $(document).on("click", ".sm", function () {
if (confirm(msg) == true) { if (confirm(msg) == true) {
$(this).commentPrivate(); $(this).commentPrivate();
} else { } else {
aler("已取消"); alert("已取消");
} }
}); });
$.fn.commentPrivate = function () { $.fn.commentPrivate = function () {