Commit 32a37d97 authored by agping's avatar agping

h5商铺详情 优化

parent 26e4e043
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
// $(".slider3").html(slider3); // $(".slider3").html(slider3);
// } // }
for(var n = 0; n < lp_img.length; n++) { for(var n = 0; n < lp_img.length; n++) {
img_item_ul += '<li class="swiper-slide swiper-slide-active" data-index="1" data-totalindex="1" data-class="101" data-sum="6" style="width: 414px;"><a><img src="' + response.data.api_path + response.data.images[n].img_name + '"></a></li>' img_item_ul += '<li class="swiper-slide swiper-slide-active" data-index="1" data-totalindex="1" data-class="101" data-sum="6" style="width: 414px;"><a><img src="' + response.data.api_path + response.data.images[n].img_name + '" onerror="src=\'/app/images/pzz_.jpg\'"/></a></li>'
$("#img_item_ul").html(img_item_ul); $("#img_item_ul").html(img_item_ul);
}; };
......
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