diff --git a/templates/modules/widgets/aside/comments.html b/templates/modules/widgets/aside/comments.html index 81026bc0..c063032a 100644 --- a/templates/modules/widgets/aside/comments.html +++ b/templates/modules/widgets/aside/comments.html @@ -4,23 +4,21 @@
- - + + }); + let necomm = document.querySelector('#newcomm') + necomm.innerHTML = commenthtml; + window.lazyLoadInstance && window.lazyLoadInstance.update() + window.pjax && window.pjax.refresh(necomm) + }).catch(function (err) { + // 发生错误 + console.error(err); + }); + })(); + + +