以下信息仅供参考。参阅产品规格和应用规格以了解其技术细节
以下信息仅供参考。参阅产品规格和应用规格以了解其技术细节
var LoginId = 0;
if(LoginId != 0){
var IframeContent = '
';
$('.iframe-partsolution').html(IframeContent);
function refreshiframe() {
$('#configureframe').attr('src', $('#configureframe').attr('src'));
//console.log($('#configureframe').attr('src'));
}
$(function () {
setInterval(refreshiframe, 1740000);
});
}
mediaCheck({
media: '(min-width: 1024px)',
// Switch to Desktop Version
entry: function () {
(function () {
$('.sub-3dmodel').appendTo('.models3d-wrapper');
})();
},
exit: function(){
(function(){
$('.sub-3dmodel').prependTo('.models3d-wrapper');
})();
}
});
$(".models3d-wrapper.iframe-exist").find('p.sub-title.sub-3dmodel').show();
$('.models3d-wrapper.iframe-exist').click(function(e){
e.preventDefault();
var $this = $(this).parent().find('p.sub-title.sub-3dmodel');
$this.toggle();
});
models3dWapper.addClass("loaded");
}
models3dWapper.fadeOut();
if(models3dWapper.is(':visible')){
models3dWapper.fadeOut();
$(this).removeClass('active')
}
else{
models3dWapper.fadeIn();
$(this).addClass('active')
}
$('body').trigger('processStart');
setTimeout(function(){
$('body').trigger('processStop');
}, 500);
});
} else {
$('#model3d, .navigation-scroll .navigation-item #nav-models3d').hide();
}
}
});
});
});
-->