@Html.Partial("_Screen", model)
@using WeApp.TrainingCampGroup.Dto @using WeApp.Views.Exercise @{ Layout = "~/Views/Shared/Layout/_Layout.Stu.cshtml"; CampGroupDto group = ViewBag.Group; ViewBag.Title = "公共屏(" + group.Name + ")"; string id = group.Id, campNo = group.CampNo; var model = new ScreenModel(1, id, campNo, true); } @*@section css{ }*@ @Html.Partial("Camp/_Effect", id + "," + campNo)