提交 5432c7b4 authored 作者: 潘鹏's avatar 潘鹏

4-11

上级 6a59975a
...@@ -333,6 +333,7 @@ ...@@ -333,6 +333,7 @@
padding:10px; padding:10px;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
flex-wrap: wrap;
} }
.attribute-img{ .attribute-img{
width:150px; width:150px;
......
...@@ -383,12 +383,15 @@ let vm = new Vue({ ...@@ -383,12 +383,15 @@ let vm = new Vue({
skuCode:item.skuCode skuCode:item.skuCode
}) })
}) })
if(r.tbCfStationItem.item.skuImgs){
r.tbCfStationItem.item.skuImgs.split(';').map( item => { r.tbCfStationItem.item.skuImgs.split(';').map( item => {
vm.AttributeImgArr.push({ vm.AttributeImgArr.push({
img_path: item, img_path: item,
isSelected:false isSelected:false
}) })
}) })
}
console.log(r) console.log(r)
})() })()
vm.tbCfStationItem = r.tbCfStationItem.item; vm.tbCfStationItem = r.tbCfStationItem.item;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论