$(function(){
$("#index-module-7 .pic-list-panel .pic").find('img').eq(0).one('load', function() {
setPicHeight("#index-module-7 .pic-list-panel .pic"); //設(shè)置圖片尺寸
TouchSlide({
slideCell:"#index-module-7",
mainCell:".pic-list-panel .bd",
autoPlay:true,
effect:"leftLoop",
switchLoad:"_src"
});
}).each(function() {
if(this.complete) $(this).load();
});
});
專(zhuān)業(yè)客服為您解疑答惑