@using WeApp.TrainingCamp.Dto @{ Layout = "~/Views/Shared/Layout/_Layout.Spec.cshtml"; CampDto camp = ViewBag.Camp; string text = ViewBag.Text; ViewBag.Title = "专家屏(" + camp.Name + ")"; } @section styles{ } @Html.Partial("Layout/V2/_Bg", true)