[更新]修正图文编辑选中状态

This commit is contained in:
Anyon 2018-05-25 11:30:09 +08:00
parent 0b83980299
commit d30f2c0423

View File

@ -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;