|
@ -1060,7 +1060,6 @@ $(function() {
|
1060
|
1060
|
//============open swiper================
|
1061
|
1061
|
$('.swiper-slide-tab').unbind("click").on("click",function(){//tabClick
|
1062
|
1062
|
if($(this).index()==0){
|
1063
|
|
//=======
|
1064
|
1063
|
if($(this).index()==0 || $(this).index()){
|
1065
|
1064
|
$("#sele").removeClass("displayNone");
|
1066
|
1065
|
$("#searB").addClass("searchboxNewT");
|
|
@ -1081,7 +1080,7 @@ $(function() {
|
1081
|
1080
|
// $('.w').css('transform', 'translate3d(0px, 0px, 0px)')
|
1082
|
1081
|
// $('.swiper-container2 .swiper-slide-active').css('height','auto').siblings('.swiper-slide').css('height','0px');
|
1083
|
1082
|
mySwiper.update();
|
1084
|
|
});
|
|
1083
|
};
|
1085
|
1084
|
//============end swiper================
|
1086
|
1085
|
|
1087
|
1086
|
//============open模块链接跳转================
|