[更新]微信多图文模块

This commit is contained in:
邹景立 2017-04-24 16:28:12 +08:00
parent 6c321f732a
commit cb7a03fcc0

View File

@ -223,7 +223,7 @@
/*! jQuery事件绑定 */
$('body').off('click', '.news-box .article-add').on('click', '.news-box .article-add', function () {
/*! 添加新图文 */
var $html = $('<div class="news-item transition"><span class="news-title" style="display:none"></span></div><hr />');
var $html = $('<div class="news-item transition" style="background-image:url(__PUBLIC__/static/plugs/uploader/theme/image.png)"><span class="news-title" style="display:none"></span></div><hr />');
$html.insertBefore(this).trigger('click');
if ($('.news-item').size() >= 7) {
return $(this).hide();