@using IwbZero.ToolCommon.StringModel @using WeApp.Configuration @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; int state = ViewBag.State; ViewBag.Title = "公共屏(" + group.Name + ")"; } @section styles{ }
@(groupName) @if (text.IsNotEmpty()) { @(text) @{ for (int i = 0; i < 20; i++) { } } }
@section scripts { }