|
@@ -486,9 +486,9 @@
|
|
|
judgeTop();
|
|
|
docScroll();
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
})();
|
|
|
-
|
|
|
+
|
|
|
$.ajax({
|
|
|
type:'GET',
|
|
|
url:'/commercial/customer/info',
|
|
@@ -498,21 +498,21 @@
|
|
|
success:function(res) {
|
|
|
$('.phone_box').html(res.data.phone)
|
|
|
$('.wchat_box').html('<img src='+res.data.wxCodeImg+' alt="">')
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
},
|
|
|
error:function(err) {
|
|
|
console.log(err)
|
|
|
}
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
function docScroll(e){
|
|
|
var $href = window.location.href;
|
|
|
- var opa = $(document).scrollTop() / 120
|
|
|
+ var opa = $(document).scrollTop() / 20
|
|
|
var curTheme =$("#public-nav").attr('data-theme')
|
|
|
if(opa >= 1){
|
|
|
$('.loginBtn').removeClass('loginBtnnew')
|
|
|
-
|
|
|
+
|
|
|
}else {
|
|
|
if(firstTheme === 'dark'){
|
|
|
setNavTheme('dark')
|
|
@@ -523,7 +523,7 @@
|
|
|
}
|
|
|
$("#public-nav .iner .jynav li").bind("mouseenter",function(){
|
|
|
$('.loginBtn').removeClass('loginBtnnew')
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
// $("#public-nav .iner .jynav li").bind("mouseleave",function(){
|
|
|
// $('.loginBtn').addClass('loginBtnnew')
|
|
@@ -531,7 +531,7 @@
|
|
|
// })
|
|
|
// $('.loginBtn').bind("mouseenter",function(){
|
|
|
// $('.loginBtn').removeClass('loginBtnnew')
|
|
|
-
|
|
|
+
|
|
|
// })
|
|
|
// $('.loginBtn').bind("mouseleave",function(){
|
|
|
// $('.loginBtn').addClass('loginBtnnew')
|
|
@@ -540,7 +540,7 @@
|
|
|
function getUrlKey(name) {
|
|
|
return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.href) || [, ""])[1].replace(/\+/g, '%20')) || null
|
|
|
}
|
|
|
- })
|
|
|
+ })
|
|
|
function cooperativePartner(source) { //成为合作商
|
|
|
checkLogin()
|
|
|
vmPartner.isNeedSubmit(source, function () {
|
|
@@ -561,10 +561,10 @@
|
|
|
if (!loginflag) {
|
|
|
$("#bidLogin").modal("show");
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
function onlinekf () {
|
|
|
$('.help-slide-zx.open-customer').trigger('click')
|
|
|
- }
|
|
|
+ }
|
|
|
</script>
|
|
|
{{include "/common/bidLeaveInfo.html"}}
|
|
|
<!--S-百度统计-->
|