@model ZoomLa.SQLDAL.SQL.PageSetting
@{
string path = (ViewBag.viewDir + "PayLog_List.cshtml");
}
@section head{
@L.支付日志 }
@section content{
@Call.SetBread(new Bread[] {
new Bread("{admin}"),
new Bread("Home",L.移动微信),
new Bread() {url=Context.Request.RawUrl(), text=L.支付日志,addon="" }}
)
@Html.Partial(path)
}
@section script{
}