@using IwbZero.ToolCommon.StringModel @using WeApp.Helpers @model WeApp.Views.Shared.Camp.SelectCampModel @{ string url = Model.PageUrl.Ew("/"), camps = Model.CampSelect, title = Model.PageTitle; bool hasGroup = Model.HasGroup; } @Html.Partial("Layout/V2/_Bg", true)
选择演练培训营
@if (hasGroup) {
}
@using (Html.BeginScripts()) { }