@using ZoomLa.Common @model ZoomLa.SQLDAL.SQL.PageSetting @{ int ztype = DataConverter.CLng(ViewBag.ztype); } @section head{ 好友管理 } @section content{
@Html.Partial("FollowList_List",Model)
} @section script{ }