@model ZoomLa.SQLDAL.SQL.PageSetting @{ Layout = "~/Areas/User/Views/Shared/_empty.cshtml"; } @section head{ 选择学校 } @section content{
@Html.Partial("SelSchool_List", Model)
} @section script{ } }