@using System.Data @using ZoomLaCMS.Control @model ZoomLa.Model.Content.M_CommonData @functions{ private string GetState(string state) { switch (state) { case "0": return "普通"; case "1": return "推荐"; case "2": return "关闭"; default: return ""; } } } @{ DataRow dr = ViewBag.dr; DataTable styleDt = ViewBag.styleDt; } @section head{