public ActionResult IndexPc(int type = 0) { List <SpecialInfo> a = BonSite.Services.Special.GetList(); SpecialInfo info = BonSite.Services.Special.GetModelById(a[0].SpecialID); WorkContext.Type = type; WorkContext.NavList = ArticleClass.GetNavList(type); return(View()); }
// // GET: /Home/ public ActionResult Index(int type = 0) { WorkContext.Type = type; WorkContext.NavList = ArticleClass.GetNavList(type); return(View()); }