@using WeOnlineApp.TrainingCamp.Dto @{ Layout = "~/Views/Shared/Layout/_Layout.Play.cshtml"; ViewBag.Title = "培训营详情"; CampDto camp = ViewBag.Camp; }