@using WeApp.TrainingCampGroup.Dto @{ Layout = "~/Views/Shared/Layout/_Layout.Stu.cshtml"; CampGroupDto group = ViewBag.Group; string id = group.Id, campNo = group.CampNo, groupName = group.Name, text = ViewBag.Text; ViewBag.Title = "公共屏(" + group.Name + ")"; } @section styles{ } @Html.Partial("Layout/V2/_Bg",true)
@(groupName)
@if (group.CampGroupState == 102) { } else { } @* *@
@(text)
@section scripts { }