...
|
...
|
@@ -300,6 +300,9 @@ |
|
|
$(".callTel").click(function(){
|
|
|
|
|
|
$(this).css("display","none")
|
|
|
});
|
|
|
$(".registerpop").click(function(){
|
|
|
window.event.stopPropagation();
|
|
|
})
|
|
|
// window.event.stopPropagation();
|
|
|
var mySwiper = new Swiper('.swiper-container', {
|
...
|
...
|
|