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

背景图选中回显

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