@model ZoomLa.SQLDAL.SQL.PageSetting
@{
string action = ViewBag.action;
}
@section head{
好友申请
}
@section content{
@if (action.Equals("send")) { @Html.Partial("FriendApply_SendList", Model); }
else { @Html.Partial("FriendApply_ReceList", Model); }
}
@section script{
}