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;