From e46789f8000914214a14451e3422ce3c8866ce39 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 15 May 2017 18:20:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E6=B7=BB=E5=8A=A0=E5=9B=BE?= =?UTF-8?q?=E6=96=87=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/view/news.form.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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