Commit 3e6fd913 by libai

测试

parent 4d4e9190
Showing with 1 additions and 1 deletions
...@@ -733,7 +733,7 @@ $(function () { ...@@ -733,7 +733,7 @@ $(function () {
var html=[]; var html=[];
for(var i=0;i<data.dataList.length;i++){ for(var i=0;i<data.dataList.length;i++){
var list=data.dataList[i] var list=data.dataList[i]
html+='<div class="swiper-slide"><img data-type="'+list.url+'" class="act-btn" src="http://zhibocdn.yabolive.net/comm'+list.imgurl+'?x-oss-process=image/resize,w_174" alt=""></div>'; html+='<div class="swiper-slide"><img data-type="'+list.url+'" class="act-btn" src="https://zhibocdn.yabolive.net/comm'+list.imgurl+'?x-oss-process=image/resize,w_174" alt=""></div>';
} }
$(".swiper-wrapper").html(html); $(".swiper-wrapper").html(html);
......
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 sign in to comment