From 21f928be21560689ff1f5c33d8645d5021b0c189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E6=AC=A3?= Date: Tue, 23 Jun 2020 16:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E7=AB=A0=E5=90=8E?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=B5=8B=E5=80=BCmsnry=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=20=E5=88=A0=E9=99=A4=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=9B=BE=E6=96=87=E5=90=8E=EF=BC=8C=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=8E=92=E6=88=901=E7=AB=96=E5=88=97=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wechat/view/news/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/wechat/view/news/index.html b/app/wechat/view/news/index.html index c59cd8fe2..e38f7cfe2 100644 --- a/app/wechat/view/news/index.html +++ b/app/wechat/view/news/index.html @@ -58,6 +58,7 @@ $.form.load('{:url("remove")}', {value: 0, field: 'delete', id: that.getAttribute('data-news-del')}, 'post', function (ret) { if (ret.code) { $(that).parents('.news-item').remove(); + msnry = new Masonry(item, {itemSelector: '.news-item', columnWidth: 0}); return $.msg.success(ret.msg), msnry.layout(), false; } return $.msg.error(ret.msg), false;