$(function () { /** * 初始化滚动条 * */ var iscroll; iscroll = new IScroll(".scglIscroll",{ scrollbars: true, fadeScrollbars:true, scrollbars: 'custom', shrinkScrollbars:'clip', click:true }); setTimeout(function(){ iscroll.refresh(); }, 600); //点击菜单进入相应页面 $(".xxul > li").on("tap", function() { var type = $(this).data("for"); if (type == "Zztt") { //目前只做种猪淘汰 if (type != "" && type != undefined) { haifm.loadMobilePage("haifm", "hvSjlr" + type + "Index.htm?mcid=" + $("#mcid").val()); } } }); }); /** * 返回 */ function backUrl() { haifm.loadMobilePage("haifm", "haifmvMain.htm?uuid=" + $("#uuid").val() + "&mcid=" + $("#mcid").val() + "&qyid=" + $("#qyid").val() +"&toList=2"); }