From d30f2c04239a31e3b6d7794e48410cffe0f05d3e Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 25 May 2018 11:30:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E5=9B=BE?= =?UTF-8?q?=E6=96=87=E7=BC=96=E8=BE=91=E9=80=89=E4=B8=AD=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/view/news/form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/application/wechat/view/news/form.html b/application/wechat/view/news/form.html index afae8e5f2..967233d84 100644 --- a/application/wechat/view/news/form.html +++ b/application/wechat/view/news/form.html @@ -136,6 +136,7 @@ }); } for (var i in data) { + data[i].active = false; data[i].style = "background-image:url('" + data[i].local_url + "?imageView2/1/w/338/h/190/interlace/1')"; } $rootScope.list = data;