提交 409e3a9f 编写于 作者: bo.dang's avatar bo.dang

背景图选中回显

上级 b73bf4cc
......@@ -721,11 +721,11 @@
if(res.code == "000000") {
let images = res.data;
// if(images != null){
// for(let i = 0; i < images.length; i++){
// images[i].backgroundImageId = String(images[i].backgroundImageId);
// }
// }
if(images != null){
for(let i = 0; i < images.length; i++){
images[i].backgroundImageId = String(images[i].backgroundImageId);
}
}
this.backgroundImages = images;
// 设置背景图
if(this.backgroundImageUrl != null || this.backgroundImageUrl != ''){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册