Example #1
0
        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);
        }
Example #2
0
        protected void BinderData()
        {
            categroyList = WXHelpService.GetCategoryInfoTop(0, 9);

            hotQueList = WXHelpService.GetDetailInfoTopByCategoryId(20, 0);
        }