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

4-11

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