diff --git a/application/wechat/view/news.form.html b/application/wechat/view/news.form.html index 2007c3a65..fdaff7e54 100644 --- a/application/wechat/view/news.form.html +++ b/application/wechat/view/news.form.html @@ -9,12 +9,14 @@ {if empty($vo['articles']) eq false} {foreach $vo.articles as $key=>$value}
+ {$value.title}

{/foreach} {else}
+

@@ -216,7 +218,7 @@ /*! 添加新图文 */ $body.off('click', '.news-box .article-add').on('click', '.news-box .article-add', function () { - var $html = $('

'); + var $html = $('

'); $html.insertBefore(this).trigger('click'); $('.news-item').size() >= 7 && $(this).hide(); }); @@ -268,5 +270,7 @@ .news-right .layui-input:hover, .news-right .layui-input:focus{border-color:#e5e6e7!important;} .news-right .input-group-addon{background:#fff;border-radius:0;border-color:#e5e6e7;} .news-right .upload-image-box{width:150px;height:120px;background-size:cover;background-position:center center;} + .news-item .upload-multiple-close{width:30px;height:30px;line-height:30px;text-align:center;background-color:rgba(0,0,0,.5);color:#fff;float:right} + .news-item .upload-multiple-close:hover{text-decoration:none} {/block} \ No newline at end of file