mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修正图文编辑checkbox值
This commit is contained in:
parent
a463ee728c
commit
c361f83c03
@ -138,6 +138,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')";
|
||||
data[i].show_cover_pic = !!data[i].show_cover_pic;
|
||||
}
|
||||
$rootScope.list = data;
|
||||
$rootScope.item = $rootScope.list[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user