@using WeApp.TrainingCampGroup.Dto @{ Layout = "~/Views/Shared/Layout/_Layout.Stu.cshtml"; CampGroupDto group = ViewBag.Group; bool isLeader = ViewBag.IsLeader; string id = group.Id, campNo = group.CampNo, text = ViewBag.Text; var name = (isLeader ? "指挥长" : "组员"); ViewBag.Title = name + "屏(" + group.Name + ")"; } @section styles{ }
@**@ @(group.Name) @(text)
@(group.Name)-@(name)
@section scripts { }