示例#1
0
        public ActionResult Index()
        {
            ViewBag.config = GetWchatConfig();
            string news = newsBll.GetNewsList();

            ViewBag.News = news;
            return(View("Index"));
        }