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