@@ -498,6 +498,7 @@ public class SecondGoodsServiceImpl extends ServiceImpl<SecondGoodsMapper, Secon
} else {
map.put("type", "image");
}
+ map.put("imgUrl", img.getImgUrl());
if (type == 1) {
map.put("videoUrl", img.getImgUrl());