feat(Sku): add sku item previewImgUrl (#4562)
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ export default createComponent({
|
||||
}
|
||||
|
||||
treeItem.v.forEach(vItem => {
|
||||
const img = vItem.imgUrl || vItem.img_url;
|
||||
const img = vItem.previewImgUrl || vItem.imgUrl || vItem.img_url;
|
||||
if (img) {
|
||||
imageList.push(img);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user