var refreshCheckCode = function () { var checked_code = $("#captcha-pic"); var src = checked_code.attr("src").split("?")[0]; checked_code.attr("src", src + "?_=" + Math.random()); }; $(function () { var Awindow=$(window).width(); var ewmUrl="/upload/ewm.png"; var message=""; var ewmCont='
微信二维码微信关注

微信二维码

'; var messageCont='
在线留言
'; var messWindow='
' + '
' + '
×
' + '
' + '

在线留言

' + '
' + '
' + '
' + ' ' + ' ' + ' *' + '
' + '
' + ' ' + ' ' + ' *' + '
' + '
' + ' ' + ' ' + '
' + '
' + ' ' + ' ' + ' *' + '
' + '
' + ' ' + ' ' + ' ' + ' *' + ' 换一张' + '
' + '
' + ' ' + ' 提交成功' + '
' + '
' + '
' + '
'; var ifEwmCont=ewmUrl.length>0?ewmCont:''; var ifMessageCont=message.length>0?messageCont:""; var ifMessWindow=message.length>0?messWindow:""; var qqUrl=Awindow>1000?"http://wpa.qq.com/msgrd?v=3&uin="+qq+"&site=qq&menu=yes":"mqqwpa://im/chat?chat_type=wpa&uin="+qq+"&version=1&src_type=web"; var telUrl=Awindow>1000?"javascript:;":"tel:"+mobile; var floatText = '' +ifMessWindow+ '
' + '
' + ' ' + '
' + ' ' + '
' + '
'+ '
'; /*弹窗*/ $("body").append(floatText); $(".reservation-btn").on("click", function () { $(".submit-info").text(""); $(".reservation-wapper").show(); }) $(".reservation-closed").on("click", function () { $(".reservation-wapper").hide(); }) $(".refresh-captcha").click(function () { refreshCheckCode(); }) $(".reservation-submit").click(function (e) { var linkMan = $("#linkMan").val(); var telephone = $("#telephone").val(); var message = $("#message").val(); var captcha = $("#captcha").val(); if (linkMan && telephone && message && captcha) { $.ajax({ url: "/msgb/A4TZITTaEFf810liwwMeXs/smsg", type: "post", dataType: "json", data: $(".reservation-body").serialize(), success: function (json) { if (json.s) { $(".submit-info").text(json.m); $(".submit-info").show(); $(".reservation-body").find("[name]").val(""); refreshCheckCode(); } else { $(".submit-info").text(json.m); $(".submit-info").show(); refreshCheckCode(); $(".reservation-body [name='vcode']").val(""); } }, error: function () { } }) } else { $(".submit-info").text("打*的为必填!"); $(".submit-info").show(); } }) $(document).on("click",".float_toggle",function(){ var hasClass = $(".float_box").hasClass("float_box_min"); if (!hasClass) { $(".float_box").addClass("float_box_min"); } else { $(".float_box").removeClass("float_box_min"); } }) if(Awindow>1000) { $(document).on("mouseover", ".float_item", function () { $('.float_item_text').hide(); $(this).children(".float_item_text").show(); }) $(document).on("mouseover", ".float_item_text", function () { $(this).show(); }) $(document).on("mouseout", ".float_item", function () { $(this).children(".float_item_text").hide(); }) $(document).on("mouseout", ".float_item_text", function () { $(this).hide(); }) } /*to_top*/ $(document).on("click",".to_top",function(){ $('body,html').animate({scrollTop:0},500); }) $(window).scroll(function(){ if ($(window).scrollTop()>100){ $(".float_wrap").addClass("float_links_allow_gotop"); $(".float_wrap .to_top").show(); }else{ $(".float_wrap").removeClass("float_links_allow_gotop"); $(".float_wrap .to_top").hide(); } }) })