@using KJH55128_Rec.ViewModels @model List @if (Model != null && Model.Count > 0) {
站外推广
@foreach (AdViewModel item in Model) { @item.Title }
}