Commit dcb4c690 authored by xishifeng's avatar xishifeng

商铺详情页分享2

parent a66184e8
......@@ -283,9 +283,10 @@
width: 100%;
}
.slide img{
width: 3.3rem;
width: 7.5rem;
height: 4rem;
float: left;
margin-left: 0.2rem;
object-fit: contain;
}
......
......@@ -88,7 +88,7 @@
$("#planter").hide();
}
for(var n = 0; n < lp_img1.length; n++) {
slider3 += '<div class="slide"><img src="' + response.data.api_path + response.data.plan_images[n].imagename + '"></div>'
slider3 += '<div class="slide"><img src="' + response.data.api_path + response.data.plan_images[n].img_name + '"></div>'
$(".slider3").html(slider3);
}
for(var n = 0; n < lp_img.length; n++) {
......
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