From cb7a03fcc00e4eb82cdcc32143ed585ebd9dda98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 24 Apr 2017 16:28:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=BE=AE=E4=BF=A1=E5=A4=9A?= =?UTF-8?q?=E5=9B=BE=E6=96=87=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/view/news.form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/wechat/view/news.form.html b/application/wechat/view/news.form.html index d02af8289..88b86a7b7 100644 --- a/application/wechat/view/news.form.html +++ b/application/wechat/view/news.form.html @@ -223,7 +223,7 @@ /*! jQuery事件绑定 */ $('body').off('click', '.news-box .article-add').on('click', '.news-box .article-add', function () { /*! 添加新图文 */ - var $html = $('

'); + var $html = $('

'); $html.insertBefore(this).trigger('click'); if ($('.news-item').size() >= 7) { return $(this).hide();