protected void BinderData() { //从APP跳转过来不显示导航条 string strType = Tool.CookieHelper.GetCookie("HelpCenterType").ToText(); if (strType.ToLower() == "mobileapp") { IsShowRightBar = false; } categroyList = WXHelpService.GetCategoryInfoTop(TypeId, 9); NewsList = WXHelpService.GetDetailInfoTopByCategoryId(40, TypeId); }
protected void BinderData() { categroyList = WXHelpService.GetCategoryInfoTop(0, 9); hotQueList = WXHelpService.GetDetailInfoTopByCategoryId(20, 0); }