$(function(){ $('#demo07').navbarscroll({ defaultSelect: 0 , //默认选中 scrollerWidth:4, fingerClick:1, endClickScroll:function(obj){ // console.log(obj[0].dataset.name) // console.log(obj[0].attributes.value.value) // console.log(obj[0].attributes.hid.value) cityID = obj[0].attributes.value.value; // console.log(cityID) ajax_lp(cityID) } }); $('#demo08').navbarscroll({ defaultSelect: 0 , //默认选中 scrollerWidth:4, fingerClick:1, endClickScroll:function(obj){ // console.log(obj[0].dataset.name) // console.log(obj[0].attributes.value.value) // console.log(obj[0].attributes.hid.value) cityID = obj[0].attributes.value.value; // console.log(cityID) wanquHotBox (cityID) } }); $('.Boutique_nav a').eq(0).addClass('on').siblings().removeClass('on'); var typeId=$('.Boutique_nav a').eq(0).attr('data-id'); adv_list (typeId); $('.Boutique_nav a').on('click',function(){ $(this).addClass('on').siblings().removeClass('on'); typeId=$(this).attr('data-id'); adv_list (typeId); }) $('.bmrs_list_cen').myScroll({ speed: 40, //数值越大,速度越慢 rowHeight: 25 //li的高度 }); setTimeout(function(){ var mySwiperadv = new Swiper(".js_service_main",{ loop : true, slidesPerView : 'auto', slidesPerGroup : 1, onSetTranslate: function(swiper,translate){ // console.log(translate); //自定义事件 if(swiper.translate >= 0) { var TR=swiper.translate $("#js_service_main ul").css({ 'transform': 'translate3d('+(TR-55)+'px, 0px, 0px)' }) } }, }); },800) tab ('.subnews_nav a','.subnews_list ul','data-id') var n=1; $('.js_top_m').on('click',function(){ if (n==1) { $('.js_pric_list').show(20) n=2; }else if (n==2) { $('.js_pric_list').hide() n=1; } }) $('.js_pric_list').on('click','a',function(){ $(this).addClass('on').siblings().removeClass('on') var cityName=$(this).text(); $('.js_top_m').find('span').text(cityName) $('.js_pric_c input[name="budget"]').val(cityName); // console.log(cityName); $('.js_pric_list').hide() n=1; }) var c=1; $('.js_top_c').on('click',function(){ if (c==1) { $('.js_citybm_list').show(20) c=2; }else if (c==2) { $('.js_citybm_list').hide() c=1; } }) $('.js_citybm_list').on('click','a',function(){ $(this).addClass('on').siblings().removeClass('on') var cityName=$(this).text(); $('.js_top_c').find('span').text(cityName) $('.js_pric_c input[name="intention_city"]').val(cityName); // console.log(cityName); $('.js_citybm_list').hide() c=1; }) $('.js_bangnizgf').on('click',function(){ $('.bmzgBox').show(20) $('.bmzgBox_bg').show() $('body').addClass('bodyC'); }) $('.bmzgBox_bg').on('click',function(){ $('.bmzgBox').hide(0) $('.bmzgBox_bg').hide(0) $('body').removeClass('bodyC'); }) //调用方法二(传对象函数) var fun = { "error" : function(){ PublicAction.hint("提交末成功!"); //编写需要操作的方法 }, "success" : function(){ PublicAction.hint("提交成功!"); //编写需要操作的方法 $('.bmzgBox').hide(0) $('.bmzgBox_bg').hide(0) $('body').removeClass('bodyC'); $('body input[type="text"]').val(''); $('.js_top_m').find('span').html('您的预算') $('.js_pric_list a').removeClass('on'); $('body input[name="budget"]').val(''); $('.js_top_c').find('span').html('请选择意向城市') $('.js_citybm_list a').removeClass('on'); $('body input[name="intention_city"]').val(''); } } PublicAction.AjaxSend({CORID:'js_pulice_button'},fun); $('body').on('click','.js_appleBm_popup',function(){ $('.appleBm').show(20); $('.appleBmBG').show(); var _Tilte= $(this).attr('data-title'); var _hid= $(this).attr('data-id'); var _module = $(this).attr('data-module'); var _text = $(this).attr('data-text'); $('body').addClass('bodyC') $('.appleBm_top p.title').html(_Tilte) $('.appleBm_top p.text').html(_text); $('.appleBm_form input[name="hid"]').val(_hid) }) //调用方法二(传对象函数) var fun = { "error" : function(){ PublicAction.hint("提交末成功!"); //编写需要操作的方法 }, "success" : function(){ PublicAction.hint("提交成功!"); //编写需要操作的方法 $('.appleBmBG').click() } } PublicAction.AjaxSend({CORID:'js_pulice_button'},fun); $('.appleBmBG,.appleBm_gb a').on('click',function(){ $('.appleBm').hide(0) $('.appleBmBG').hide(0) $('body').removeClass('bodyC'); }) }) // 选项卡 function tab (name1,name2,name3){; $(name1).on('click',function(){ $(name2).hide(); var Idoption = $(this).attr(name3); $(name2+'['+name3+''+'='+ Idoption +']').show(); $(this).addClass('on').siblings().removeClass('on'); }) $(name1).eq(0).addClass('on'); $(name2).eq(0).show(); } function ajax_lp (cityID){ var html = ''; $.ajax({ url: "/zt/getprovince", // 索取 data:{city:cityID}, //传ID type: "POST", dataType: "json", success: function(data) {//请求成功完成后要执行的方法 if (data.code==200) { $('.hot_list').html('') html+= '