Commit 9984e307 authored by GuanHua's avatar GuanHua

feat:商品详情图片

parent 18dc2e36
......@@ -399,11 +399,12 @@ const CommodityDetail = (props) => {
commodityPic: picItem
}
})
if (!judegeImageExist(tempImgList, tempCommodityPic)) {
tempImgList = [...tempImgList, ...tempCommodityPic]
}
// if (judegeImageExist(tempImgList, tempCommodityPic)) {
// }
tempImgList = [...tempImgList, ...tempCommodityPic]
}
console.log(tempImgList, "")
for (let attrListItem of item.attributeAndValueList) {
if (judgeAttrInList(tempAttrList, attrListItem.customerAttribute.id)) {
let tempAttrListIndex = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment