没有检索到数据,请尝试更换您的检索条件。
, compare: "=", value: '', items: [], SyncItems: true //设置从列表分类统计中进行同步 }, key: { type: 'classsql', field: 'doctitle', compare: "like", value: '', isKey: true } } }) }) require(["jquery"], function($) { $(window).scroll(function() { var ua = navigator.userAgent.toLowerCase(); if (ua.match(/iPad/i) == "ipad" || ua.match(/Mobile/i) == "mobile"||avalon.vmodels.windowRoot.isSlb) { $(".header").removeClass('fixed'); } else { $(this).scrollTop() > 150 ? $(".header").addClass('fixed') : $(".header").removeClass('fixed'); $(this).scrollTop() > 150 ? $('.rig-fix2').show() : $('.rig-fix2').hide(); } }); })